docs.unity.cn
    Show / Hide Table of Contents

    Method extractf_ps

    extractf_ps(v128, Int32)

    Extract a single-precision (32-bit) floating-point element from "a", selected with "imm8", and store the result in "dst" (as a float).

    Declaration
    public static float extractf_ps(v128 a, int imm8)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Int32 imm8

    imm8

    Returns
    Type Description
    Single

    Float

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