 | DFColumnCopyTo(Array, Int32) Method |
Copies the contents of this column into the given array, beginning
at the given position within the array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void CopyTo(
Array array,
int position
)
Public Sub CopyTo (
array As Array,
position As Integer
)
public:
virtual void CopyTo(
Array^ array,
int position
) sealed
abstract CopyTo :
array : Array *
position : int -> unit
override CopyTo :
array : Array *
position : int -> unit
Parameters
- array Array
- An array into which to copy this column.
- position Int32
- Position within the array at which to begin copying.
Implements
ICollectionCopyTo(Array, Int32)
See Also