docs.unity.cn
    Show / Hide Table of Contents

    Method round_ps

    round_ps(v128, Int32)

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

    Declaration
    public static v128 round_ps(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