Search Results for

    Show / Hide Table of Contents

    Class RoundUtility

    Inheritance
    Object
    RoundUtility
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public static class RoundUtility

    Methods

    Round(Single, RoundingMethod)

    Declaration
    public static float Round(this float f, RoundingMethod method)
    Parameters
    Type Name Description
    Single f
    RoundingMethod method
    Returns
    Type Description
    Single

    RoundToInt(Single, RoundingMethod)

    Declaration
    public static int RoundToInt(this float f, RoundingMethod method)
    Parameters
    Type Name Description
    Single f
    RoundingMethod method
    Returns
    Type Description
    Int32
    In This Article
    Back to top Modiferty - Property Modification for Unity