docs.unity.cn
    Show / Hide Table of Contents

    Method setr_pd

    setr_pd(Double, Double)

    Set packed double-precision (64-bit) floating-point elements in "dst" with the supplied values in reverse order.

    Declaration
    public static v128 setr_pd(double e1, double e0)
    Parameters
    Type Name Description
    Double e1

    Double-precision floating-point element 1

    Double e0

    Double-precision floating-point element 0

    Returns
    Type Description
    v128

    Vector

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