Copies the elements of this vector to a new array.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double[] ToArray()
Public Function ToArray As Double()
Request Example
View SourceReturn Value
DoubleAn array containing copies of the elements of this vector.
See Also