 | DFColumnToArray Method |
Exports the contents of this column to an array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxPublic Function ToArray As Array
public:
virtual Array^ ToArray() sealed
abstract ToArray : unit -> Array
override ToArray : unit -> Array
Return Value
ArrayA strongly-typed array containing the contents of this column.
Implements
IDFColumnToArray
See Also