Vector512.ShiftRightLogical Method

Definition

Overloads

ShiftRightLogical(Vector512<UInt32>, Int32)

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

ShiftRightLogical(Vector512<UInt16>, Int32)

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

ShiftRightLogical(Vector512<UIntPtr>, Int32)

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

ShiftRightLogical(Vector512<UInt64>, Int32)

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

ShiftRightLogical(Vector512<SByte>, Int32)

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

ShiftRightLogical(Vector512<Byte>, Int32)

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

ShiftRightLogical(Vector512<Int64>, Int32)

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

ShiftRightLogical(Vector512<Int32>, Int32)

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

ShiftRightLogical(Vector512<Int16>, Int32)

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

ShiftRightLogical(Vector512<IntPtr>, Int32)

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

ShiftRightLogical(Vector512<UInt32>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector512<System::UInt32> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<System::UInt32> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<uint> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<uint> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<uint32> * int -> System.Runtime.Intrinsics.Vector512<uint32>
Public Function ShiftRightLogical (vector As Vector512(Of UInteger), shiftCount As Integer) As Vector512(Of UInteger)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<UInt16>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector512<System::UInt16> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<System::UInt16> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ushort> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<ushort> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<uint16> * int -> System.Runtime.Intrinsics.Vector512<uint16>
Public Function ShiftRightLogical (vector As Vector512(Of UShort), shiftCount As Integer) As Vector512(Of UShort)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<UIntPtr>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector512<UIntPtr> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<UIntPtr> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<UIntPtr> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<UIntPtr> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<unativeint> * int -> System.Runtime.Intrinsics.Vector512<unativeint>
Public Function ShiftRightLogical (vector As Vector512(Of UIntPtr), shiftCount As Integer) As Vector512(Of UIntPtr)

Parameters

vector

Vector512<UIntPtr>

Vector512<unativeint>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector512<UIntPtr>

Vector512<unativeint>

A vector whose elements where shifted right by shiftCount.

Attributes

Applies to

ShiftRightLogical(Vector512<UInt64>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector512<System::UInt64> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<System::UInt64> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ulong> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<ulong> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<uint64> * int -> System.Runtime.Intrinsics.Vector512<uint64>
Public Function ShiftRightLogical (vector As Vector512(Of ULong), shiftCount As Integer) As Vector512(Of ULong)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<SByte>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector512<System::SByte> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<System::SByte> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<sbyte> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<sbyte> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<sbyte> * int -> System.Runtime.Intrinsics.Vector512<sbyte>
Public Function ShiftRightLogical (vector As Vector512(Of SByte), shiftCount As Integer) As Vector512(Of SByte)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<Byte>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

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

public:
 static System::Runtime::Intrinsics::Vector512<System::Byte> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<System::Byte> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<byte> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<byte> vector, int shiftCount);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<byte> * int -> System.Runtime.Intrinsics.Vector512<byte>
Public Function ShiftRightLogical (vector As Vector512(Of Byte), shiftCount As Integer) As Vector512(Of Byte)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<Int64>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

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

public:
 static System::Runtime::Intrinsics::Vector512<long> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<long> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<long> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<long> vector, int shiftCount);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<int64> * int -> System.Runtime.Intrinsics.Vector512<int64>
Public Function ShiftRightLogical (vector As Vector512(Of Long), shiftCount As Integer) As Vector512(Of Long)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<Int32>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

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

public:
 static System::Runtime::Intrinsics::Vector512<int> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<int> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<int> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<int> vector, int shiftCount);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<int> * int -> System.Runtime.Intrinsics.Vector512<int>
Public Function ShiftRightLogical (vector As Vector512(Of Integer), shiftCount As Integer) As Vector512(Of Integer)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<Int16>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

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

public:
 static System::Runtime::Intrinsics::Vector512<short> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<short> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<short> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<short> vector, int shiftCount);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<int16> * int -> System.Runtime.Intrinsics.Vector512<int16>
Public Function ShiftRightLogical (vector As Vector512(Of Short), shiftCount As Integer) As Vector512(Of Short)

Parameters

vector
Vector512<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

ShiftRightLogical(Vector512<IntPtr>, Int32)

Source:
Vector512.cs
Source:
Vector512.cs

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

public:
 static System::Runtime::Intrinsics::Vector512<IntPtr> ShiftRightLogical(System::Runtime::Intrinsics::Vector512<IntPtr> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<IntPtr> ShiftRightLogical (System.Runtime.Intrinsics.Vector512<IntPtr> vector, int shiftCount);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector512<nativeint> * int -> System.Runtime.Intrinsics.Vector512<nativeint>
Public Function ShiftRightLogical (vector As Vector512(Of IntPtr), shiftCount As Integer) As Vector512(Of IntPtr)

Parameters

vector

Vector512<IntPtr>

Vector512<nativeint>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector512<IntPtr>

Vector512<nativeint>

A vector whose elements where shifted right by shiftCount.

Applies to