Click or drag to resize

ScriptExecutionBaseRound(DoubleColumn, Int32) Method

Rounds each element of a DoubleColumn 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(
	DoubleColumn x,
	int i
)

Parameters

x  DoubleColumn
The values to round.
i  Int32
The number of digits.

Return Value

DoubleColumn
A new column containing the transformed values.
See Also