Initializing help system before first use

GetAsReal Method (Int32[])

Get the cell content associated to the given index (array of reals)

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public virtual double GetAsReal(
	int[] ndx
)

Parameters

ndx
Type:  SystemInt32
The array index

Return Value

Type:  Double
Cell associated to the given index
Exceptions
Exception Condition
XPRMException If the number of array indices is wrong, or this is not an array of reals.
See Also