Click or drag to resize

AnyVectorToArray Method

Returns the vector elements in an independent array.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual double[] ToArray()

Return Value

Type: Double
An array containing the vector element values.
See Also