Click or drag to resize

Vector   Conversion (Vector to Double)

Performs conversion of vector to array

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator double[] (
	Vector v
)

Parameters

v  Vector
Vector to be converted

Return Value

Double
Array with contents of vector
Remarks
This conversions doesn't perform array copy. In fact in returns reference to the same data
See Also