Altaxo(Core+Base) class reference (0.53.0.429, 2005/12/22)

BasicFunctions.Nint Method 

Round to nearest integer.

public static int Nint(
   Double d
);

Parameters

d
The argument.

Return Value

The nearest integer of the argument d.

See Also

BasicFunctions Class | Altaxo.Calc Namespace