docs.unity.cn
    Show / Hide Table of Contents

    Method round_pd

    round_pd(v128, Int32)

    Round the packed double-precision (64-bit) floating-point elements in "a" using the "rounding" parameter, and store the results as packed double-precision floating-point elements in "dst".

    Declaration
    public static v128 round_pd(v128 a, int rounding)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Int32 rounding

    Rounding mode

    Returns
    Type Description
    v128

    Vector

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