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