Click or drag to resize

ScriptExecutionBaseRound(DataColumn, Int32) Method

Rounds each element of a data column to the specified number of digits.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn Round(
	DataColumn x,
	int y
)

Parameters

x  DataColumn
The values to round.
y  Int32
The number of digits.

Return Value

DoubleColumn
A new column containing the transformed values.
See Also