docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_extracti128_si256

    mm256_extracti128_si256(v256, Int32)

    Extract 128 bits (composed of integer data) from a, selected with imm8, and store the result in dst.

    Declaration
    public static v128 mm256_extracti128_si256(v256 a, int imm8)
    Parameters
    Type Name Description
    v256 a

    Vector a

    Int32 imm8

    Selection

    Returns
    Type Description
    v128

    Vector

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, August 23, 2022
    Terms of use