Click or drag to resize

ScriptExecutionBaseRound(Double, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Round(System.Double,System.Int32)"]


Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Round(
	double x,
	int i
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Round(System.Double,System.Int32)"]

i  Int32

[Missing <param name="i"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Round(System.Double,System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Round(System.Double,System.Int32)"]

See Also