Method YShuffleInsert_Core
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
YShuffleInsert_Core<T, TIdx>(IWVectorTraits512, Vector512<T>, Vector512<T>, (Vector512<TIdx> args0, Vector512<TIdx> args1, Vector512<TIdx> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[Obsolete("It is only suitable for unit testing because it contains branching statements and has poor performance. In general, it is recommended to use the non-generic version of the methods (因它含有分支语句, 性能较差, 仅适用于单元测试. 一般情况下, 建议使用非泛型版方法).")]
[CLSCompliant(false)]
public static Vector512<T> YShuffleInsert_Core<T, TIdx>(this IWVectorTraits512 athis, Vector512<T> back, Vector512<T> vector, (Vector512<TIdx> args0, Vector512<TIdx> args1, Vector512<TIdx> args2) args) where T : struct where TIdx : struct
Parameters
athis
IWVectorTraits512This object.
back
Vector512<T>The background vector (背景向量).
vector
Vector512<T>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<TIdx> args0, Vector512<TIdx> args1, Vector512<TIdx> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<T>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
Type Parameters
T
The element type of the input parameter (输入参数的元素类型).
TIdx
The element type of the indices parameter (索引参数的元素类型).
Exceptions
- NotSupportedException
These element types(
T
,TIdx
) are not supported.
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<float>, Vector512<float>, (Vector512<int> args0, Vector512<int> args1, Vector512<int> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<float> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<float> back, Vector512<float> vector, (Vector512<int> args0, Vector512<int> args1, Vector512<int> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<float>The background vector (背景向量).
vector
Vector512<float>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<int> args0, Vector512<int> args1, Vector512<int> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<float>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<double>, Vector512<double>, (Vector512<long> args0, Vector512<long> args1, Vector512<long> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<double> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<double> back, Vector512<double> vector, (Vector512<long> args0, Vector512<long> args1, Vector512<long> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<double>The background vector (背景向量).
vector
Vector512<double>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<long> args0, Vector512<long> args1, Vector512<long> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<double>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<sbyte>, Vector512<sbyte>, (Vector512<sbyte> args0, Vector512<sbyte> args1, Vector512<sbyte> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<sbyte> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<sbyte> back, Vector512<sbyte> vector, (Vector512<sbyte> args0, Vector512<sbyte> args1, Vector512<sbyte> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<sbyte>The background vector (背景向量).
vector
Vector512<sbyte>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<sbyte> args0, Vector512<sbyte> args1, Vector512<sbyte> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<sbyte>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<byte>, Vector512<byte>, (Vector512<byte> args0, Vector512<byte> args1, Vector512<byte> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<byte> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<byte> back, Vector512<byte> vector, (Vector512<byte> args0, Vector512<byte> args1, Vector512<byte> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<byte>The background vector (背景向量).
vector
Vector512<byte>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<byte> args0, Vector512<byte> args1, Vector512<byte> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<byte>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<short>, Vector512<short>, (Vector512<short> args0, Vector512<short> args1, Vector512<short> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<short> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<short> back, Vector512<short> vector, (Vector512<short> args0, Vector512<short> args1, Vector512<short> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<short>The background vector (背景向量).
vector
Vector512<short>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<short> args0, Vector512<short> args1, Vector512<short> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<short>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<ushort>, Vector512<ushort>, (Vector512<ushort> args0, Vector512<ushort> args1, Vector512<ushort> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<ushort> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<ushort> back, Vector512<ushort> vector, (Vector512<ushort> args0, Vector512<ushort> args1, Vector512<ushort> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<ushort>The background vector (背景向量).
vector
Vector512<ushort>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<ushort> args0, Vector512<ushort> args1, Vector512<ushort> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<ushort>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<int>, Vector512<int>, (Vector512<int> args0, Vector512<int> args1, Vector512<int> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<int> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<int> back, Vector512<int> vector, (Vector512<int> args0, Vector512<int> args1, Vector512<int> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<int>The background vector (背景向量).
vector
Vector512<int>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<int> args0, Vector512<int> args1, Vector512<int> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<int>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<uint>, Vector512<uint>, (Vector512<uint> args0, Vector512<uint> args1, Vector512<uint> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<uint> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<uint> back, Vector512<uint> vector, (Vector512<uint> args0, Vector512<uint> args1, Vector512<uint> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<uint>The background vector (背景向量).
vector
Vector512<uint>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<uint> args0, Vector512<uint> args1, Vector512<uint> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<uint>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<long>, Vector512<long>, (Vector512<long> args0, Vector512<long> args1, Vector512<long> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<long> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<long> back, Vector512<long> vector, (Vector512<long> args0, Vector512<long> args1, Vector512<long> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<long>The background vector (背景向量).
vector
Vector512<long>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<long> args0, Vector512<long> args1, Vector512<long> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<long>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also
YShuffleInsert_Core(IWVectorTraits512, Vector512<ulong>, Vector512<ulong>, (Vector512<ulong> args0, Vector512<ulong> args1, Vector512<ulong> args2))
Core calculation for shuffle and insert (换位并插入的核心计算). Its arguments are derived from YShuffleInsert_Args (其参数来源于 YShuffleInsert_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
[CLSCompliant(false)]
public static Vector512<ulong> YShuffleInsert_Core(this IWVectorTraits512 athis, Vector512<ulong> back, Vector512<ulong> vector, (Vector512<ulong> args0, Vector512<ulong> args1, Vector512<ulong> args2) args)
Parameters
athis
IWVectorTraits512back
Vector512<ulong>The background vector (背景向量).
vector
Vector512<ulong>The input vector from which values are selected (从中选择值的输入向量).
args
(Vector512<ulong> args0, Vector512<ulong> args1, Vector512<ulong> args2)The arguments(参数). Derived from YShuffleInsert_Args .
Returns
- Vector512<ulong>
A new vector containing the values from
vector
selected by the givenindices
(一个新向量,其中包含给定indices
从vector
中选择的值).
- See Also