Show / Hide Table of Contents

    Class MathUtils

    Various math utilities

    Inheritance
    Object
    MathUtils
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.