Click or drag to resize

RoundingRoundUp(Int64, Int64) Method

This returns the next number k with k greater or equal i, and k mod n == 0.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static long RoundUp(
	long i,
	long n
)

Parameters

i  Int64
The number to round up.
n  Int64
The rounding step.

Return Value

Int64

[Missing <returns> documentation for "M:Altaxo.Calc.Rounding.RoundUp(System.Int64,System.Int64)"]

See Also