Class MathUtils
Various math utilities
Inherited Members
Namespace: Microsoft.Graph.Communications.Common
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public static class MathUtils
Methods
CeilingRound(Int32, Int32)
Gets the ceiling value after rounding.
Declaration
public static int CeilingRound(this int n, int round)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | Value to round up. |
Int32 | round | Rounding increment. |
Returns
Type | Description |
---|---|
Int32 | Ceiling value. |