Method ShiftLeft_Core
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ShiftLeft_Core(Vector<sbyte>, int, Vector<sbyte>, Vector<sbyte>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
[CLSCompliant(false)]
public static Vector<sbyte> ShiftLeft_Core(Vector<sbyte> value, int shiftAmount, Vector<sbyte> args0, Vector<sbyte> args1)
Parameters
valueVector<sbyte>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<sbyte>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<sbyte>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<byte>, int, Vector<byte>, Vector<byte>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
public static Vector<byte> ShiftLeft_Core(Vector<byte> value, int shiftAmount, Vector<byte> args0, Vector<byte> args1)
Parameters
valueVector<byte>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<byte>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<byte>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<short>, Vector<short>, Vector<short>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
public static Vector<short> ShiftLeft_Core(Vector<short> value, Vector<short> args0, Vector<short> args1)
Parameters
valueVector<short>The vector whose elements are to be shifted (要移位其元素的向量).
args0Vector<short>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<short>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<short>, int, Vector<short>, Vector<short>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
public static Vector<short> ShiftLeft_Core(Vector<short> value, int shiftAmount, Vector<short> args0, Vector<short> args1)
Parameters
valueVector<short>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<short>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<short>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<ushort>, int, Vector<ushort>, Vector<ushort>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
[CLSCompliant(false)]
public static Vector<ushort> ShiftLeft_Core(Vector<ushort> value, int shiftAmount, Vector<ushort> args0, Vector<ushort> args1)
Parameters
valueVector<ushort>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<ushort>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<ushort>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<int>, int, Vector<int>, Vector<int>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
public static Vector<int> ShiftLeft_Core(Vector<int> value, int shiftAmount, Vector<int> args0, Vector<int> args1)
Parameters
valueVector<int>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<int>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<int>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<uint>, int, Vector<uint>, Vector<uint>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
[CLSCompliant(false)]
public static Vector<uint> ShiftLeft_Core(Vector<uint> value, int shiftAmount, Vector<uint> args0, Vector<uint> args1)
Parameters
valueVector<uint>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<uint>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<uint>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<long>, int, Vector<long>, Vector<long>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
public static Vector<long> ShiftLeft_Core(Vector<long> value, int shiftAmount, Vector<long> args0, Vector<long> args1)
Parameters
valueVector<long>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<long>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<long>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also
ShiftLeft_Core(Vector<ulong>, int, Vector<ulong>, Vector<ulong>)
Core calculation for shifts each element of a vector left by the specified amount (将向量的每个元素左移指定量的核心计算). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args).
Mnemonic: rt[i] := value[i] << shiftAmount, shiftAmount &= (T.BitSize-1).
[CLSCompliant(false)]
public static Vector<ulong> ShiftLeft_Core(Vector<ulong> value, int shiftAmount, Vector<ulong> args0, Vector<ulong> args1)
Parameters
valueVector<ulong>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmountintThe number of bits by which to shift each element (每个元素的移位位数).
args0Vector<ulong>Arguments 0 (参数0). Derived from ShiftLeft_Args .
args1Vector<ulong>Arguments 1 (参数1). Derived from ShiftLeft_Args .
Returns
- See Also