docs.unity.cn
    Show / Hide Table of Contents

    Method cmpestrz

    cmpestrz(v128, Int32, v128, Int32, Int32)

    Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if any character in b was null, and 0 otherwise.

    Declaration
    public static int cmpestrz(v128 a, int la, v128 b, int lb, int imm8)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Int32 la

    Length a

    v128 b

    Vector b

    Int32 lb

    Length b

    Int32 imm8

    Control

    Returns
    Type Description
    Int32

    Boolean value

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