ScriptExecutionBaseRound(DoubleColumn, Int32) Method |
Rounds each element of a
DoubleColumn to the specified number of digits.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn Round(
DoubleColumn x,
int i
)
Parameters
- x DoubleColumn
- The values to round.
- i Int32
- The number of digits.
Return Value
DoubleColumnA new column containing the transformed values.
See Also