docs.unity.cn
    Show / Hide Table of Contents

    Method extract_epi16

    extract_epi16(v128, Int32)

    Extract a 16-bit integer from "a", selected with "imm8", and store the result in the lower element of "dst".

    Declaration
    public static ushort extract_epi16(v128 a, int imm8)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Int32 imm8

    Selection

    Returns
    Type Description
    UInt16

    ushort

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