Table of Contents

Method ShiftLeft_ConstCore

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

[CLSCompliant(false)]
public static Vector<sbyte> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~7 (有效范围是 1~7).

args0 Vector<sbyte>

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

args1 Vector<sbyte>

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

Returns

Vector<sbyte>

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

See Also

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

public static Vector<byte> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~7 (有效范围是 1~7).

args0 Vector<byte>

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

args1 Vector<byte>

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

Returns

Vector<byte>

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

See Also

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

public static Vector<short> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~15 (有效范围是 1~15).

args0 Vector<short>

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

args1 Vector<short>

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

Returns

Vector<short>

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

See Also

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

[CLSCompliant(false)]
public static Vector<ushort> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~15 (有效范围是 1~15).

args0 Vector<ushort>

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

args1 Vector<ushort>

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

Returns

Vector<ushort>

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

See Also

ShiftLeft_ConstCore(Vector<int>, int, Vector<int>, Vector<int>)

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

public static Vector<int> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~31 (有效范围是 1~31).

args0 Vector<int>

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

args1 Vector<int>

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

Returns

Vector<int>

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

See Also

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

[CLSCompliant(false)]
public static Vector<uint> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~31 (有效范围是 1~31).

args0 Vector<uint>

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

args1 Vector<uint>

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

Returns

Vector<uint>

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

See Also

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

public static Vector<long> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~63 (有效范围是 1~63).

args0 Vector<long>

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

args1 Vector<long>

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

Returns

Vector<long>

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

See Also

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

Core calculation for shifts each element of a vector left by the specified amount - Const (将向量的每个元素左移指定量的核心计算 - 常量). Its arguments are derived from ShiftLeft_Args (其参数来源于 ShiftLeft_Args). Mnemonic: rt[i] := value[i] << shiftAmount.

[CLSCompliant(false)]
public static Vector<ulong> ShiftLeft_ConstCore(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 (每个元素的移位位数). The valid range is 1~63 (有效范围是 1~63).

args0 Vector<ulong>

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

args1 Vector<ulong>

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

Returns

Vector<ulong>

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

See Also