 | DoubleVectorToArray Method |
Copies data into a new array and returns it.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double[] ToArray()
Public Function ToArray As Double()
public:
array<double>^ ToArray()
member ToArray : unit -> float[]
Return Value
DoubleA new array containing a copy of the data.
See Also