Vector64.ShiftLeft Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

ShiftLeft(Vector64<UInt64>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<Byte>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<Int16>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<Int32>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<Int64>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<IntPtr>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<SByte>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<UInt16>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<UInt32>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<UIntPtr>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector64<UInt64>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Shifts each element of a vector left by the specified amount.

[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ulong> ShiftLeft (System.Runtime.Intrinsics.Vector64<ulong> vector, int shiftCount);

Parameters

vector
Vector64<UInt64>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Attributes

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<Byte>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Shifts each element of a vector left by the specified amount.

public static System.Runtime.Intrinsics.Vector64<byte> ShiftLeft (System.Runtime.Intrinsics.Vector64<byte> vector, int shiftCount);

Parameters

vector
Vector64<Byte>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<Int16>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Shifts each element of a vector left by the specified amount.

public static System.Runtime.Intrinsics.Vector64<short> ShiftLeft (System.Runtime.Intrinsics.Vector64<short> vector, int shiftCount);

Parameters

vector
Vector64<Int16>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<Int32>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Shifts each element of a vector left by the specified amount.

public static System.Runtime.Intrinsics.Vector64<int> ShiftLeft (System.Runtime.Intrinsics.Vector64<int> vector, int shiftCount);

Parameters

vector
Vector64<Int32>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<Int64>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Shifts each element of a vector left by the specified amount.

public static System.Runtime.Intrinsics.Vector64<long> ShiftLeft (System.Runtime.Intrinsics.Vector64<long> vector, int shiftCount);

Parameters

vector
Vector64<Int64>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<IntPtr>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Shifts each element of a vector left by the specified amount.

public static System.Runtime.Intrinsics.Vector64<IntPtr> ShiftLeft (System.Runtime.Intrinsics.Vector64<IntPtr> vector, int shiftCount);

Parameters

vector

Vector64<IntPtr>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector64<IntPtr>

A vector whose elements where shifted left by shiftCount.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<SByte>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Shifts each element of a vector left by the specified amount.

[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<sbyte> ShiftLeft (System.Runtime.Intrinsics.Vector64<sbyte> vector, int shiftCount);

Parameters

vector
Vector64<SByte>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Attributes

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<UInt16>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Shifts each element of a vector left by the specified amount.

[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftLeft (System.Runtime.Intrinsics.Vector64<ushort> vector, int shiftCount);

Parameters

vector
Vector64<UInt16>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Attributes

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<UInt32>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Shifts each element of a vector left by the specified amount.

[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<uint> ShiftLeft (System.Runtime.Intrinsics.Vector64<uint> vector, int shiftCount);

Parameters

vector
Vector64<UInt32>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Attributes

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9

ShiftLeft(Vector64<UIntPtr>, Int32)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Shifts each element of a vector left by the specified amount.

[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<UIntPtr> ShiftLeft (System.Runtime.Intrinsics.Vector64<UIntPtr> vector, int shiftCount);

Parameters

vector

Vector64<UIntPtr>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector64<UIntPtr>

A vector whose elements where shifted left by shiftCount.

Attributes

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 7, 8, 9