docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_extract_epi32

    mm256_extract_epi32(v256, Int32)

    Extract a 32-bit integer from a, selected with index (which must be a constant), and store the result in dst.

    Declaration
    public static int mm256_extract_epi32(v256 a, int index)
    Parameters
    Type Name Description
    v256 a

    Vector a

    Int32 index

    Index

    Returns
    Type Description
    Int32

    32-bit integer

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