Click or drag to resize

Vector   Conversion (Double to Vector)

Performs conversion of array to vector

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 Vector (
	double[] v
)

Parameters

v  Double
Array to be represented by vector

Return Value

Vector
Vector that wraps specified array
See Also