Method ShiftRightLogical_Args
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
ShiftRightLogical_Args<T>(IWVectorTraits512, Vector512<T>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[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> args0, Vector512<T> args1) ShiftRightLogical_Args<T>(this IWVectorTraits512 athis, Vector512<T> dummy, int shiftAmount) where T : struct
Parameters
athis
IWVectorTraits512dummy
Vector512<T>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<T> args0, Vector512<T> args1)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Type Parameters
T
The element type of the input parameter (输入参数的元素类型).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<sbyte>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<sbyte> args0, Vector512<sbyte> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<sbyte> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<sbyte>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<sbyte> args0, Vector512<sbyte> args1)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<byte>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<byte> args0, Vector512<byte> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<byte> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<byte>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<byte> args0, Vector512<byte> args1)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<short>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<short> args0, Vector512<short> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<short> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<short>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<short> Lower, Vector512<short> Upper)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<ushort>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<ushort> args0, Vector512<ushort> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<ushort> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<ushort>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<ushort> Lower, Vector512<ushort> Upper)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<int>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<int> args0, Vector512<int> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<int> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<int>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<int> Lower, Vector512<int> Upper)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<uint>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<uint> args0, Vector512<uint> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<uint> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<uint>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<uint> Lower, Vector512<uint> Upper)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<long>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<long> args0, Vector512<long> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<long> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<long>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<long> Lower, Vector512<long> Upper)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also
ShiftRightLogical_Args(IWVectorTraits512, Vector512<ulong>, int)
Arguments calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的参数计算). Provide arguments for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
Mnemonic: rt[i] := value[i] >>> shiftAmount
, shiftAmount &= (T.BitSize-1)
.
[CLSCompliant(false)]
public static (Vector512<ulong> args0, Vector512<ulong> args1) ShiftRightLogical_Args(this IWVectorTraits512 athis, Vector512<ulong> dummy, int shiftAmount)
Parameters
athis
IWVectorTraits512dummy
Vector512<ulong>Not actually used, it is only used to distinguish overloaded methods (实际上没有使用, 它仅用于区分重载方法)..
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数).
Returns
- (Vector512<ulong> Lower, Vector512<ulong> Upper)
The arguments provided for ShiftRightLogical_Core (为 ShiftRightLogical_Core 提供参数).
- See Also