Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Vector.ShiftRightLogical Method

Definition

Overloads

ShiftRightLogical(Vector<UInt32>, Int32)

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

ShiftRightLogical(Vector<Int64>, Int32)

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

ShiftRightLogical(Vector<UIntPtr>, Int32)

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

ShiftRightLogical(Vector<UInt64>, Int32)

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

ShiftRightLogical(Vector<UInt16>, Int32)

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

ShiftRightLogical(Vector<Int32>, Int32)

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

ShiftRightLogical(Vector<IntPtr>, Int32)

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

ShiftRightLogical(Vector<SByte>, Int32)

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

ShiftRightLogical(Vector<Int16>, Int32)

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

ShiftRightLogical(Vector<Byte>, Int32)

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

ShiftRightLogical(Vector<UInt32>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.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.Numerics.Vector<uint> ShiftRightLogical(System.Numerics.Vector<uint> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<Int64>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<long> ShiftRightLogical(System.Numerics.Vector<long> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<UIntPtr>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.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.Numerics.Vector<UIntPtr> ShiftRightLogical(System.Numerics.Vector<UIntPtr> value, int shiftCount);

Parameters

value

Vector<UIntPtr>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector<UIntPtr>

A vector whose elements where shifted right by shiftCount.

Attributes

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<UInt64>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.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.Numerics.Vector<ulong> ShiftRightLogical(System.Numerics.Vector<ulong> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<UInt16>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.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.Numerics.Vector<ushort> ShiftRightLogical(System.Numerics.Vector<ushort> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<Int32>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<int> ShiftRightLogical(System.Numerics.Vector<int> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<IntPtr>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<IntPtr> ShiftRightLogical(System.Numerics.Vector<IntPtr> value, int shiftCount);

Parameters

value

Vector<IntPtr>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

Vector<IntPtr>

A vector whose elements where shifted right by shiftCount.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<SByte>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.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.Numerics.Vector<sbyte> ShiftRightLogical(System.Numerics.Vector<sbyte> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<Int16>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<short> ShiftRightLogical(System.Numerics.Vector<short> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

ShiftRightLogical(Vector<Byte>, Int32)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<byte> ShiftRightLogical(System.Numerics.Vector<byte> value, int shiftCount);

Parameters

value
Vector<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10