Vector Conversion (Vector to Double) |
Performs conversion of vector to array
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator double[] (
Vector v
)
Parameters
- v Vector
- Vector to be converted
Return Value
DoubleArray with contents of vector
Remarks This conversions doesn't perform array copy. In fact in returns reference
to the same data
See Also