Click or drag to resize

Vector   Conversion (Double to Vector)

Performs conversion of scalar to vector with length 1

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
Double precision vector

Return Value

Vector
Vector that wraps array with 1 element
See Also