Table of Contents

Method ShiftRightLogical_Core

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ShiftRightLogical_Core(Vector<sbyte>, int, Vector<sbyte>, Vector<sbyte>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector<sbyte> ShiftRightLogical_Core(Vector<sbyte> value, int shiftAmount, Vector<sbyte> args0, Vector<sbyte> args1)

Parameters

value Vector<sbyte>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<sbyte>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<sbyte>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<sbyte>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<byte>, int, Vector<byte>, Vector<byte>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector<byte> ShiftRightLogical_Core(Vector<byte> value, int shiftAmount, Vector<byte> args0, Vector<byte> args1)

Parameters

value Vector<byte>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<byte>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<byte>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<byte>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<short>, int, Vector<short>, Vector<short>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector<short> ShiftRightLogical_Core(Vector<short> value, int shiftAmount, Vector<short> args0, Vector<short> args1)

Parameters

value Vector<short>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<short>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<short>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<short>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<ushort>, int, Vector<ushort>, Vector<ushort>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector<ushort> ShiftRightLogical_Core(Vector<ushort> value, int shiftAmount, Vector<ushort> args0, Vector<ushort> args1)

Parameters

value Vector<ushort>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<ushort>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<ushort>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<ushort>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<int>, int, Vector<int>, Vector<int>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector<int> ShiftRightLogical_Core(Vector<int> value, int shiftAmount, Vector<int> args0, Vector<int> args1)

Parameters

value Vector<int>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<int>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<int>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<int>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<uint>, int, Vector<uint>, Vector<uint>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector<uint> ShiftRightLogical_Core(Vector<uint> value, int shiftAmount, Vector<uint> args0, Vector<uint> args1)

Parameters

value Vector<uint>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<uint>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<uint>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<uint>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<long>, int, Vector<long>, Vector<long>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector<long> ShiftRightLogical_Core(Vector<long> value, int shiftAmount, Vector<long> args0, Vector<long> args1)

Parameters

value Vector<long>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<long>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<long>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<long>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector<ulong>, int, Vector<ulong>, Vector<ulong>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector<ulong> ShiftRightLogical_Core(Vector<ulong> value, int shiftAmount, Vector<ulong> args0, Vector<ulong> args1)

Parameters

value Vector<ulong>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector<ulong>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector<ulong>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector<ulong>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also