Vector Conversion (Double to Vector) |
Performs conversion of scalar to vector with length 1
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator Vector (
double v
)
Parameters
- v Double
- Double precision vector
Return Value
VectorVector that wraps array with 1 element
See Also