Edit

Share via


PackedSimd.ShiftRightLogical Method

Definition

Overloads

ShiftRightLogical(Vector128<UIntPtr>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<UIntPtr> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<UIntPtr> value, int count);
public static System.Runtime.Intrinsics.Vector128<UIntPtr> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<UIntPtr> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<unativeint> * int -> System.Runtime.Intrinsics.Vector128<unativeint>
Public Shared Function ShiftRightLogical (value As Vector128(Of UIntPtr), count As Integer) As Vector128(Of UIntPtr)

Parameters

value

Vector128<UIntPtr>

Vector128<unativeint>

count
Int32

Returns

Vector128<UIntPtr>

Vector128<unativeint>

Applies to

ShiftRightLogical(Vector128<UInt64>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<System::UInt64> value, int count);
public static System.Runtime.Intrinsics.Vector128<ulong> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<ulong> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<uint64> * int -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ShiftRightLogical (value As Vector128(Of ULong), count As Integer) As Vector128(Of ULong)

Parameters

value
Vector128<UInt64>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<UInt32>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<System::UInt32> value, int count);
public static System.Runtime.Intrinsics.Vector128<uint> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<uint> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<uint32> * int -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ShiftRightLogical (value As Vector128(Of UInteger), count As Integer) As Vector128(Of UInteger)

Parameters

value
Vector128<UInt32>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<UInt16>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt16> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<System::UInt16> value, int count);
public static System.Runtime.Intrinsics.Vector128<ushort> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<ushort> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<uint16> * int -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function ShiftRightLogical (value As Vector128(Of UShort), count As Integer) As Vector128(Of UShort)

Parameters

value
Vector128<UInt16>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<SByte>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<System::SByte> value, int count);
public static System.Runtime.Intrinsics.Vector128<sbyte> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<sbyte> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<sbyte> * int -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function ShiftRightLogical (value As Vector128(Of SByte), count As Integer) As Vector128(Of SByte)

Parameters

value
Vector128<SByte>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<Int64>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<long> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<long> value, int count);
public static System.Runtime.Intrinsics.Vector128<long> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<long> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<int64> * int -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function ShiftRightLogical (value As Vector128(Of Long), count As Integer) As Vector128(Of Long)

Parameters

value
Vector128<Int64>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<Int32>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<int> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<int> value, int count);
public static System.Runtime.Intrinsics.Vector128<int> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<int> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<int> * int -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ShiftRightLogical (value As Vector128(Of Integer), count As Integer) As Vector128(Of Integer)

Parameters

value
Vector128<Int32>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<Int16>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<short> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<short> value, int count);
public static System.Runtime.Intrinsics.Vector128<short> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<short> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<int16> * int -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function ShiftRightLogical (value As Vector128(Of Short), count As Integer) As Vector128(Of Short)

Parameters

value
Vector128<Int16>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<Byte>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<System::Byte> value, int count);
public static System.Runtime.Intrinsics.Vector128<byte> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<byte> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<byte> * int -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function ShiftRightLogical (value As Vector128(Of Byte), count As Integer) As Vector128(Of Byte)

Parameters

value
Vector128<Byte>
count
Int32

Returns

Applies to

ShiftRightLogical(Vector128<IntPtr>, Int32)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<IntPtr> ShiftRightLogical(System::Runtime::Intrinsics::Vector128<IntPtr> value, int count);
public static System.Runtime.Intrinsics.Vector128<IntPtr> ShiftRightLogical(System.Runtime.Intrinsics.Vector128<IntPtr> value, int count);
static member ShiftRightLogical : System.Runtime.Intrinsics.Vector128<nativeint> * int -> System.Runtime.Intrinsics.Vector128<nativeint>
Public Shared Function ShiftRightLogical (value As Vector128(Of IntPtr), count As Integer) As Vector128(Of IntPtr)

Parameters

value

Vector128<IntPtr>

Vector128<nativeint>

count
Int32

Returns

Vector128<IntPtr>

Vector128<nativeint>

Applies to