docs.unity.cn
    Show / Hide Table of Contents

    Method test_all_ones

    test_all_ones(v128)

    Compute the bitwise NOT of "a" and then AND with a 128-bit vector containing all 1's, and return 1 if the result is zero, otherwise return 0.>

    Declaration
    public static int test_all_ones(v128 a)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Returns
    Type Description
    Int32

    Boolean result

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, August 23, 2022
    Terms of use