Method Shuffle_Core
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
Shuffle_Core(Vector512<float>, (Vector512<int> args0, Vector512<int> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<float> Shuffle_Core(Vector512<float> vector, (Vector512<int> args0, Vector512<int> args1) args)Parameters
- vectorVector512<float>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<int> Lower, Vector512<int> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<float>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<double>, (Vector512<long> args0, Vector512<long> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<double> Shuffle_Core(Vector512<double> vector, (Vector512<long> args0, Vector512<long> args1) args)Parameters
- vectorVector512<double>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<long> Lower, Vector512<long> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<double>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<sbyte>, (Vector512<sbyte> args0, Vector512<sbyte> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<sbyte> Shuffle_Core(Vector512<sbyte> vector, (Vector512<sbyte> args0, Vector512<sbyte> args1) args)Parameters
- vectorVector512<sbyte>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<sbyte> args0, Vector512<sbyte> args1)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<sbyte>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<byte>, (Vector512<byte> args0, Vector512<byte> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<byte> Shuffle_Core(Vector512<byte> vector, (Vector512<byte> args0, Vector512<byte> args1) args)Parameters
- vectorVector512<byte>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<byte> args0, Vector512<byte> args1)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<byte>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<short>, (Vector512<short> args0, Vector512<short> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<short> Shuffle_Core(Vector512<short> vector, (Vector512<short> args0, Vector512<short> args1) args)Parameters
- vectorVector512<short>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<short> Lower, Vector512<short> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<short>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<ushort>, (Vector512<ushort> args0, Vector512<ushort> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<ushort> Shuffle_Core(Vector512<ushort> vector, (Vector512<ushort> args0, Vector512<ushort> args1) args)Parameters
- vectorVector512<ushort>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<ushort> Lower, Vector512<ushort> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<ushort>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<int>, (Vector512<int> args0, Vector512<int> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<int> Shuffle_Core(Vector512<int> vector, (Vector512<int> args0, Vector512<int> args1) args)Parameters
- vectorVector512<int>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<int> Lower, Vector512<int> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<int>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<uint>, (Vector512<uint> args0, Vector512<uint> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<uint> Shuffle_Core(Vector512<uint> vector, (Vector512<uint> args0, Vector512<uint> args1) args)Parameters
- vectorVector512<uint>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<uint> Lower, Vector512<uint> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<uint>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<long>, (Vector512<long> args0, Vector512<long> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<long> Shuffle_Core(Vector512<long> vector, (Vector512<long> args0, Vector512<long> args1) args)Parameters
- vectorVector512<long>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<long> Lower, Vector512<long> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<long>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<ulong>, (Vector512<ulong> args0, Vector512<ulong> args1))
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<ulong> Shuffle_Core(Vector512<ulong> vector, (Vector512<ulong> args0, Vector512<ulong> args1) args)Parameters
- vectorVector512<ulong>
- The input vector from which values are selected (从中选择值的输入向量). 
- args(Vector512<ulong> Lower, Vector512<ulong> Upper)
- The arguments(参数). Derived from Shuffle_Args . 
Returns
- Vector512<ulong>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<float>, Vector512<int>, Vector512<int>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<float> Shuffle_Core(Vector512<float> vector, Vector512<int> args0, Vector512<int> args1)Parameters
- vectorVector512<float>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<int>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<int>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<float>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<double>, Vector512<long>, Vector512<long>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<double> Shuffle_Core(Vector512<double> vector, Vector512<long> args0, Vector512<long> args1)Parameters
- vectorVector512<double>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<long>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<long>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<double>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<sbyte> Shuffle_Core(Vector512<sbyte> vector, Vector512<sbyte> args0, Vector512<sbyte> args1)Parameters
- vectorVector512<sbyte>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<sbyte>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<sbyte>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<sbyte>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<byte>, Vector512<byte>, Vector512<byte>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<byte> Shuffle_Core(Vector512<byte> vector, Vector512<byte> args0, Vector512<byte> args1)Parameters
- vectorVector512<byte>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<byte>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<byte>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<byte>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<short>, Vector512<short>, Vector512<short>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<short> Shuffle_Core(Vector512<short> vector, Vector512<short> args0, Vector512<short> args1)Parameters
- vectorVector512<short>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<short>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<short>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<short>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<ushort>, Vector512<ushort>, Vector512<ushort>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<ushort> Shuffle_Core(Vector512<ushort> vector, Vector512<ushort> args0, Vector512<ushort> args1)Parameters
- vectorVector512<ushort>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<ushort>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<ushort>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<ushort>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<int>, Vector512<int>, Vector512<int>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<int> Shuffle_Core(Vector512<int> vector, Vector512<int> args0, Vector512<int> args1)Parameters
- vectorVector512<int>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<int>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<int>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<int>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<uint>, Vector512<uint>, Vector512<uint>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<uint> Shuffle_Core(Vector512<uint> vector, Vector512<uint> args0, Vector512<uint> args1)Parameters
- vectorVector512<uint>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<uint>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<uint>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<uint>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<long>, Vector512<long>, Vector512<long>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
public static Vector512<long> Shuffle_Core(Vector512<long> vector, Vector512<long> args0, Vector512<long> args1)Parameters
- vectorVector512<long>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<long>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<long>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<long>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also
Shuffle_Core(Vector512<ulong>, Vector512<ulong>, Vector512<ulong>)
Core calculation for shuffle and clear (换位并清零的核心计算). Its arguments are derived from Shuffle_Args (其参数来源于 Shuffle_Args).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):0.
[CLSCompliant(false)]
public static Vector512<ulong> Shuffle_Core(Vector512<ulong> vector, Vector512<ulong> args0, Vector512<ulong> args1)Parameters
- vectorVector512<ulong>
- The input vector from which values are selected (从中选择值的输入向量). 
- args0Vector512<ulong>
- Arguments 0 (参数0). Derived from Shuffle_Args . 
- args1Vector512<ulong>
- Arguments 1 (参数1). Derived from Shuffle_Args . 
Returns
- Vector512<ulong>
- A new vector containing the values from - vectorselected by the given- indices(一个新向量,其中包含给定- indices从- vector中选择的值).
- See Also