Table of Contents

Method YShuffleX3

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YShuffleX3(Vector<float>, Vector<float>, Vector<float>, Vector<int>)

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

public static Vector<float> YShuffleX3(Vector<float> vector0, Vector<float> vector1, Vector<float> vector2, Vector<int> indices)

Parameters

vector0 Vector<float>

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

vector1 Vector<float>

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

vector2 Vector<float>

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

indices Vector<int>

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

Returns

Vector<float>

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

See Also

YShuffleX3(Vector<double>, Vector<double>, Vector<double>, Vector<long>)

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

public static Vector<double> YShuffleX3(Vector<double> vector0, Vector<double> vector1, Vector<double> vector2, Vector<long> indices)

Parameters

vector0 Vector<double>

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

vector1 Vector<double>

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

vector2 Vector<double>

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

indices Vector<long>

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

Returns

Vector<double>

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

See Also

YShuffleX3(Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, Vector<sbyte>)

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

[CLSCompliant(false)]
public static Vector<sbyte> YShuffleX3(Vector<sbyte> vector0, Vector<sbyte> vector1, Vector<sbyte> vector2, Vector<sbyte> indices)

Parameters

vector0 Vector<sbyte>

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

vector1 Vector<sbyte>

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

vector2 Vector<sbyte>

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

indices Vector<sbyte>

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

Returns

Vector<sbyte>

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

See Also

YShuffleX3(Vector<byte>, Vector<byte>, Vector<byte>, Vector<byte>)

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

public static Vector<byte> YShuffleX3(Vector<byte> vector0, Vector<byte> vector1, Vector<byte> vector2, Vector<byte> indices)

Parameters

vector0 Vector<byte>

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

vector1 Vector<byte>

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

vector2 Vector<byte>

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

indices Vector<byte>

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

Returns

Vector<byte>

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

See Also

YShuffleX3(Vector<short>, Vector<short>, Vector<short>, Vector<short>)

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

public static Vector<short> YShuffleX3(Vector<short> vector0, Vector<short> vector1, Vector<short> vector2, Vector<short> indices)

Parameters

vector0 Vector<short>

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

vector1 Vector<short>

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

vector2 Vector<short>

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

indices Vector<short>

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

Returns

Vector<short>

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

See Also

YShuffleX3(Vector<ushort>, Vector<ushort>, Vector<ushort>, Vector<ushort>)

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

[CLSCompliant(false)]
public static Vector<ushort> YShuffleX3(Vector<ushort> vector0, Vector<ushort> vector1, Vector<ushort> vector2, Vector<ushort> indices)

Parameters

vector0 Vector<ushort>

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

vector1 Vector<ushort>

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

vector2 Vector<ushort>

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

indices Vector<ushort>

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

Returns

Vector<ushort>

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

See Also

YShuffleX3(Vector<int>, Vector<int>, Vector<int>, Vector<int>)

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

public static Vector<int> YShuffleX3(Vector<int> vector0, Vector<int> vector1, Vector<int> vector2, Vector<int> indices)

Parameters

vector0 Vector<int>

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

vector1 Vector<int>

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

vector2 Vector<int>

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

indices Vector<int>

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

Returns

Vector<int>

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

See Also

YShuffleX3(Vector<uint>, Vector<uint>, Vector<uint>, Vector<uint>)

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

[CLSCompliant(false)]
public static Vector<uint> YShuffleX3(Vector<uint> vector0, Vector<uint> vector1, Vector<uint> vector2, Vector<uint> indices)

Parameters

vector0 Vector<uint>

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

vector1 Vector<uint>

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

vector2 Vector<uint>

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

indices Vector<uint>

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

Returns

Vector<uint>

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

See Also

YShuffleX3(Vector<long>, Vector<long>, Vector<long>, Vector<long>)

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

public static Vector<long> YShuffleX3(Vector<long> vector0, Vector<long> vector1, Vector<long> vector2, Vector<long> indices)

Parameters

vector0 Vector<long>

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

vector1 Vector<long>

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

vector2 Vector<long>

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

indices Vector<long>

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

Returns

Vector<long>

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

See Also

YShuffleX3(Vector<ulong>, Vector<ulong>, Vector<ulong>, Vector<ulong>)

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

[CLSCompliant(false)]
public static Vector<ulong> YShuffleX3(Vector<ulong> vector0, Vector<ulong> vector1, Vector<ulong> vector2, Vector<ulong> indices)

Parameters

vector0 Vector<ulong>

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

vector1 Vector<ulong>

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

vector2 Vector<ulong>

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

indices Vector<ulong>

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

Returns

Vector<ulong>

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

See Also