Method ShiftLeft_Bit32
- Namespace
- Zyl.VectorTraits.Impl.AVector
- Assembly
- VectorTraits.dll
ShiftLeft_Bit32(Vector<long>)
Shifts each element of a vector left by the 32 bit (将向量的每个元素左移32位).
public static Vector<long> ShiftLeft_Bit32(Vector<long> value)
Parameters
Returns
- See Also
ShiftLeft_Bit32(Vector<ulong>)
Shifts each element of a vector left by the 32 bit (将向量的每个元素左移32位).
[CLSCompliant(false)]
public static Vector<ulong> ShiftLeft_Bit32(Vector<ulong> value)
Parameters
Returns
- See Also