 | DFColumnToIntArray Method |
Extracts the contents of a column to an array of integers.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int[] ToIntArray()
Public Function ToIntArray As Integer()
public:
virtual array<int>^ ToIntArray() sealed
abstract ToIntArray : unit -> int[]
override ToIntArray : unit -> int[]
Return Value
Int32An array of integers.
Implements
IDFColumnToIntArray
ExceptionsException | Condition |
---|
NMathException | Thrown if this column does not contain
numeric data. |
See Also