Table of Contents

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

value Vector<long>

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

Returns

Vector<long>

A vector whose elements where shifted left by 32 bit (每个元素的左移32位的一个向量).

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

value Vector<ulong>

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

Returns

Vector<ulong>

A vector whose elements where shifted left by 32 bit (每个元素的左移32位的一个向量).

See Also