Reurns the lower and upper bound of an array. If the array empty, it returns FALSE. NOTE: In SAL this function was named SalQueryArrayBounds().

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalNumber ArrayQueryBounds(
	SalArray aArray,
	ref SalNumber nMin,
	ref SalNumber nMax
)

Return Value

See Also