Vector Conversion (Double to Vector) |
Performs conversion of array to vector
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
- Array to be represented by vector
Return Value
VectorVector that wraps specified array
See Also