 | DFColumnCopyTo(Array) Method |
Copies the contents of this column into the given array, beginning
at the first position within the array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void CopyTo(
Array array
)
Public Sub CopyTo (
array As Array
)
public:
void CopyTo(
Array^ array
)
member CopyTo :
array : Array -> unit
Parameters
- array Array
- An array into which to copy this column.
See Also