RoundingRoundUp(Int32, Int32) Method |
This returns the next number k with k greater or equal i, and k mod n == 0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int RoundUp(
int i,
int n
)
Parameters
- i Int32
- The number to round up.
- n Int32
- The rounding step.
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Calc.Rounding.RoundUp(System.Int32,System.Int32)"]
See Also