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 SalNumber QueryBounds(
	ref SalNumber min,
	ref SalNumber max
)

Return Value

See Also