docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor AssumeRangeAttribute

    AssumeRangeAttribute(long, long)

    Assume that an integer is in the signed closed interval [min..max].

    Declaration
    public AssumeRangeAttribute(long min, long max)
    Parameters
    Type Name Description
    long min

    The inclusive minimum value.

    long max

    The inclusive maximum value.

    AssumeRangeAttribute(ulong, ulong)

    Assume that an integer is in the unsigned closed interval [min..max].

    Declaration
    public AssumeRangeAttribute(ulong min, ulong max)
    Parameters
    Type Name Description
    ulong min

    The inclusive minimum value.

    ulong max

    The inclusive maximum value.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)