VectorDoPointwiseRound Method |
Pointwise applies the round function to each element and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseRound(
Vector<Complex> result
)
Parameters
- result VectorComplex
- The vector to store the result.
See Also