docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator int(CodeBookIndex)

    Implicit conversion from a codebook index to an integer value.

    Declaration
    public static implicit operator int(Binary.CodeBookIndex codeBookIndex)
    Parameters
    Type Name Description
    Binary.CodeBookIndex codeBookIndex
    Returns
    Type Description
    int

    implicit operator CodeBookIndex(int)

    Implicit conversion from an integer value to a codebook index.

    Declaration
    public static implicit operator Binary.CodeBookIndex(int codeBookIndex)
    Parameters
    Type Name Description
    int codeBookIndex
    Returns
    Type Description
    Binary.CodeBookIndex
    In This Article
    Back to top
    Copyright © 2024 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)