docs.unity.cn
    Show / Hide Table of Contents

    Method blsr_u64

    blsr_u64(UInt64)

    Copy all bits from unsigned 64-bit integer a to dst, and reset (set to 0) the bit in dst that corresponds to the lowest set bit in a.

    Declaration
    public static ulong blsr_u64(ulong a)
    Parameters
    Type Name Description
    UInt64 a

    64-bit integer

    Returns
    Type Description
    UInt64

    64-bit integer

    Remarks

    **** blsr r64, r64

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use