ScriptExecutionBaseRound(Double, DataColumn) Method |
Rounds a scalar using element-wise precision from a data column.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn Round(
double x,
DataColumn y
)
Parameters
- x Double
- The scalar value to round.
- y DataColumn
- The data column that provides the precision values.
Return Value
DoubleColumnA new column containing the transformed values.
See Also