docs.unity.cn
    Show / Hide Table of Contents

    Method cvtt_ss2si

    cvtt_ss2si(v128)

    Convert the lower single-precision (32-bit) floating-point element in "a" to a 32-bit integer with truncation, and store the result in "dst".

    Declaration
    public static int cvtt_ss2si(v128 a)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Returns
    Type Description
    Int32

    32-bit integer

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