docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_set_pd

    mm256_set_pd(Double, Double, Double, Double)

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

    Declaration
    public static v256 mm256_set_pd(double d, double c, double b, double a)
    Parameters
    Type Name Description
    Double d

    Element d

    Double c

    Element c

    Double b

    Element b

    Double a

    Element a

    Returns
    Type Description
    v256

    Vector

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