Прочитај на енглеском Уреди

Делите путем


Vector256.ShiftRightLogical Method

Definition

Overloads

ShiftRightLogical(Vector256<UIntPtr>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<UInt64>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<UInt16>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<SByte>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<UInt32>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<Int64>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<Int32>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<Int16>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<Byte>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<IntPtr>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector256<UIntPtr>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

Shifts (unsigned) each element of a vector right by the specified amount.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<UIntPtr> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<UIntPtr> vector, int shiftCount);

Parameters

vector

Vector256<UIntPtr>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector256<UIntPtr>

A vector whose elements where shifted right by shiftCount.

Attributes

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<UInt64>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

Shifts (unsigned) each element of a vector right by the specified amount.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<ulong> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Attributes

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<UInt16>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

Shifts (unsigned) each element of a vector right by the specified amount.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ushort> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<ushort> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Attributes

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<SByte>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

Shifts (unsigned) each element of a vector right by the specified amount.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<sbyte> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<sbyte> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Attributes

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<UInt32>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

Shifts (unsigned) each element of a vector right by the specified amount.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<uint> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<uint> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Attributes

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<Int64>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Shifts (unsigned) each element of a vector right by the specified amount.

C#
public static System.Runtime.Intrinsics.Vector256<long> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<long> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<Int32>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Shifts (unsigned) each element of a vector right by the specified amount.

C#
public static System.Runtime.Intrinsics.Vector256<int> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<int> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<Int16>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Shifts (unsigned) each element of a vector right by the specified amount.

C#
public static System.Runtime.Intrinsics.Vector256<short> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<short> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<Byte>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Shifts (unsigned) each element of a vector right by the specified amount.

C#
public static System.Runtime.Intrinsics.Vector256<byte> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<byte> vector, int shiftCount);

Parameters

vector
Vector256<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 right by shiftCount.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10

ShiftRightLogical(Vector256<IntPtr>, Int32)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

Shifts (unsigned) each element of a vector right by the specified amount.

C#
public static System.Runtime.Intrinsics.Vector256<IntPtr> ShiftRightLogical(System.Runtime.Intrinsics.Vector256<IntPtr> vector, int shiftCount);

Parameters

vector

Vector256<IntPtr>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector256<IntPtr>

A vector whose elements where shifted right by shiftCount.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8, 9, 10