docs.unity.cn
    Show / Hide Table of Contents

    Method set_epi64x

    set_epi64x(Int64, Int64)

    Set packed 64-bit integers in "dst" with the supplied values.

    Declaration
    public static v128 set_epi64x(long e1, long e0)
    Parameters
    Type Name Description
    Int64 e1

    Value 1

    Int64 e0

    Value 0

    Returns
    Type Description
    v128

    Vector

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