Click or drag to resize

Vector   Conversion (Vector to Double)

Performs conversion of 1d vector to

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
Scalar value with first component of vector
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when vector length is not one
See Also