Click or drag to resize

VectorToArray Method

Copies the elements of this vector to a new array.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double[] ToArray()
Request Example View Source

Return Value

Double
An array containing copies of the elements of this vector.
See Also