EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method EnsureInRange

    EnsureInRange(TimeSpan, TimeSpan, TimeSpan)

    Declaration
    public static TimeSpan EnsureInRange(this TimeSpan value, TimeSpan min, TimeSpan max)
    Parameters
    Type Name Description
    TimeSpan value
    TimeSpan min
    TimeSpan max
    Returns
    Type Description
    TimeSpan

    EnsureInRange(int, int, int)

    Declaration
    public static int EnsureInRange(this int value, int min, int max)
    Parameters
    Type Name Description
    int value
    int min
    int max
    Returns
    Type Description
    int

    EnsureInRange(long, long, long)

    Declaration
    public static long EnsureInRange(this long value, long min, long max)
    Parameters
    Type Name Description
    long value
    long min
    long max
    Returns
    Type Description
    long

    EnsureInRange(double, double, double)

    Declaration
    public static double EnsureInRange(this double value, double min, double max)
    Parameters
    Type Name Description
    double value
    double min
    double max
    Returns
    Type Description
    double

    EnsureInRange(float, float, float)

    Declaration
    public static float EnsureInRange(this float value, float min, float max)
    Parameters
    Type Name Description
    float value
    float min
    float max
    Returns
    Type Description
    float
    © Xab3r. All rights reserved.