{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method Find | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Find

    Find(int, int)

    Returns the index of the first occurrence in this array of N contiguous 0 bits.

    Declaration
    public int Find(int pos, int numBits)
    Parameters
    Type Name Description
    int pos

    Index of the bit at which to start searching.

    int numBits

    Number of contiguous 0 bits to look for.

    Returns
    Type Description
    int

    The index of the first occurrence in this array of numBits contiguous 0 bits. Range is pos up to (but not including) the length of this array. Returns -1 if no occurrence is found.

    Remarks

    The search is linear.

    Find(int, int, int)

    Returns the index of the first occurrence in this array of a given number of contiguous 0 bits.

    Declaration
    public int Find(int pos, int count, int numBits)
    Parameters
    Type Name Description
    int pos

    Index of the bit at which to start searching.

    int count

    Number of indexes to consider as the return value.

    int numBits

    Number of contiguous 0 bits to look for.

    Returns
    Type Description
    int

    The index of the first occurrence in this array of numBits contiguous 0 bits. Range is pos up to (but not including) pos + count. Returns -1 if no occurrence is found.

    Remarks

    The search is linear.

    In This Article
    Back to top
    Copyright © 2023 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)