Initializing help system before first use

GetAsInteger Method (Int32)

Get the cell content associated to the given index (1 dim. array of integers).

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public int GetAsInteger(
	int ndx
)

Parameters

ndx
Type:  SystemInt32
Array index

Return Value

Type:  Int32
Cell associated to the given index
Exceptions
Exception Condition
XPRMException If this is not a one-dimensional array of integers
See Also