Click or drag to resize

BasicFunctionsNint Method

Rounds to the nearest integer.

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

Parameters

d  Double
The argument.

Return Value

Int32
The nearest integer to d.
See Also