GetAsInteger Method (Int32[])
Get the cell content associated to the given index (array of integers)
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0
C#
public virtual int GetAsInteger( int[] ndx )
Parameters
- ndx
-
Type:
SystemInt32
The array index
Return Value
Type: Int32Cell associated to the given index
| Exception | Condition |
|---|---|
| XPRMException | If the number of array indices is wrong, or this is not an array of integers. |
