Computes the rounded value of a vector pointwise
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Vector<T> Round(
Vector<T> x
)
Parameters
- x VectorT
- The input vector
Return Value
VectorTA vector containing the pointwise rounded values of
x.
See Also