Click or drag to resize

BasicFunctionsNint Method

Round to nearest integer.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int Nint(
	double d
)

Parameters

d  Double
The argument.

Return Value

Int32
The nearest integer of the argument d.
See Also