Table of Contents

Method YShuffleX3Insert

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YShuffleX3Insert(Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, Vector256<int>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

public static Vector256<float> YShuffleX3Insert(Vector256<float> back, Vector256<float> vector0, Vector256<float> vector1, Vector256<float> vector2, Vector256<int> indices)

Parameters

back Vector256<float>

The background vector (背景向量).

vector0 Vector256<float>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<float>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<float>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<int>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<float>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, Vector256<long>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

public static Vector256<double> YShuffleX3Insert(Vector256<double> back, Vector256<double> vector0, Vector256<double> vector1, Vector256<double> vector2, Vector256<long> indices)

Parameters

back Vector256<double>

The background vector (背景向量).

vector0 Vector256<double>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<double>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<double>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<long>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<double>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

[CLSCompliant(false)]
public static Vector256<sbyte> YShuffleX3Insert(Vector256<sbyte> back, Vector256<sbyte> vector0, Vector256<sbyte> vector1, Vector256<sbyte> vector2, Vector256<sbyte> indices)

Parameters

back Vector256<sbyte>

The background vector (背景向量).

vector0 Vector256<sbyte>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<sbyte>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<sbyte>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<sbyte>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<sbyte>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

public static Vector256<byte> YShuffleX3Insert(Vector256<byte> back, Vector256<byte> vector0, Vector256<byte> vector1, Vector256<byte> vector2, Vector256<byte> indices)

Parameters

back Vector256<byte>

The background vector (背景向量).

vector0 Vector256<byte>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<byte>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<byte>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<byte>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<byte>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

public static Vector256<short> YShuffleX3Insert(Vector256<short> back, Vector256<short> vector0, Vector256<short> vector1, Vector256<short> vector2, Vector256<short> indices)

Parameters

back Vector256<short>

The background vector (背景向量).

vector0 Vector256<short>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<short>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<short>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<short>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<short>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

[CLSCompliant(false)]
public static Vector256<ushort> YShuffleX3Insert(Vector256<ushort> back, Vector256<ushort> vector0, Vector256<ushort> vector1, Vector256<ushort> vector2, Vector256<ushort> indices)

Parameters

back Vector256<ushort>

The background vector (背景向量).

vector0 Vector256<ushort>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<ushort>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<ushort>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<ushort>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<ushort>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

public static Vector256<int> YShuffleX3Insert(Vector256<int> back, Vector256<int> vector0, Vector256<int> vector1, Vector256<int> vector2, Vector256<int> indices)

Parameters

back Vector256<int>

The background vector (背景向量).

vector0 Vector256<int>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<int>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<int>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<int>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<int>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

[CLSCompliant(false)]
public static Vector256<uint> YShuffleX3Insert(Vector256<uint> back, Vector256<uint> vector0, Vector256<uint> vector1, Vector256<uint> vector2, Vector256<uint> indices)

Parameters

back Vector256<uint>

The background vector (背景向量).

vector0 Vector256<uint>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<uint>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<uint>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<uint>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<uint>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

public static Vector256<long> YShuffleX3Insert(Vector256<long> back, Vector256<long> vector0, Vector256<long> vector1, Vector256<long> vector2, Vector256<long> indices)

Parameters

back Vector256<long>

The background vector (背景向量).

vector0 Vector256<long>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<long>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<long>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<long>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<long>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also

YShuffleX3Insert(Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>)

Shuffle and insert on 3 vectors (在3个向量上进行换位并插入) Creates a new vector by selecting values from an input vectors using a set of indices (通过使用一组索引从输入向量集中选择值,来创建一个新向量). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

[CLSCompliant(false)]
public static Vector256<ulong> YShuffleX3Insert(Vector256<ulong> back, Vector256<ulong> vector0, Vector256<ulong> vector1, Vector256<ulong> vector2, Vector256<ulong> indices)

Parameters

back Vector256<ulong>

The background vector (背景向量).

vector0 Vector256<ulong>

The input vector 0 from which values are selected (从中选择值的输入向量0).

vector1 Vector256<ulong>

The input vector 1 from which values are selected (从中选择值的输入向量1).

vector2 Vector256<ulong>

The input vector 2 from which values are selected (从中选择值的输入向量2).

indices Vector256<ulong>

The per-element indices used to select a value from vectors (用于从输入向量集中选择值的每个元素索引).

Returns

Vector256<ulong>

A new vector containing the values from input vectors selected by the given indices (一个新向量,其中包含给定 indices 从输入向量集中选择的值).

See Also