BasicFunctionsNint Method |
Round to nearest integer.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int Nint(
double d
)
Parameters
- d Double
- The argument.
Return Value
Int32The nearest integer of the argument d.
See Also