Get the unbound of an array.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function GetUbound ( _
	lArray As Double() _
) As Integer

Parameters

lArray
Type: array<System..::..Double>[]()[][]
Array

Return Value

Number of elements in the array, -1 if empty

Remarks

Difference to Ubound() of VB: Works for empty arrays, resulting in -1.

See Also