Vector.ShiftRightLogical Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ShiftRightLogical(Vector<UIntPtr>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<UInt64>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<UInt32>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<UInt16>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<SByte>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<Int64>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<Int32>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<Int16>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<Byte>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<IntPtr>, Int32) |
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato. |
ShiftRightLogical(Vector<UIntPtr>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Importante
Questa API non è conforme a CLS.
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<UIntPtr> ShiftRightLogical(System::Numerics::Vector<UIntPtr> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<UIntPtr> ShiftRightLogical (System.Numerics.Vector<UIntPtr> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Numerics.Vector<unativeint> * int -> System.Numerics.Vector<unativeint>
Public Function ShiftRightLogical (value As Vector(Of UIntPtr), shiftCount As Integer) As Vector(Of UIntPtr)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
- Attributi
Si applica a
ShiftRightLogical(Vector<UInt64>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Importante
Questa API non è conforme a CLS.
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<System::UInt64> ShiftRightLogical(System::Numerics::Vector<System::UInt64> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> ShiftRightLogical (System.Numerics.Vector<ulong> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Numerics.Vector<uint64> * int -> System.Numerics.Vector<uint64>
Public Function ShiftRightLogical (value As Vector(Of ULong), shiftCount As Integer) As Vector(Of ULong)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
- Attributi
Si applica a
ShiftRightLogical(Vector<UInt32>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Importante
Questa API non è conforme a CLS.
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<System::UInt32> ShiftRightLogical(System::Numerics::Vector<System::UInt32> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> ShiftRightLogical (System.Numerics.Vector<uint> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Numerics.Vector<uint32> * int -> System.Numerics.Vector<uint32>
Public Function ShiftRightLogical (value As Vector(Of UInteger), shiftCount As Integer) As Vector(Of UInteger)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
- Attributi
Si applica a
ShiftRightLogical(Vector<UInt16>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Importante
Questa API non è conforme a CLS.
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<System::UInt16> ShiftRightLogical(System::Numerics::Vector<System::UInt16> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> ShiftRightLogical (System.Numerics.Vector<ushort> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Numerics.Vector<uint16> * int -> System.Numerics.Vector<uint16>
Public Function ShiftRightLogical (value As Vector(Of UShort), shiftCount As Integer) As Vector(Of UShort)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
- Attributi
Si applica a
ShiftRightLogical(Vector<SByte>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Importante
Questa API non è conforme a CLS.
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<System::SByte> ShiftRightLogical(System::Numerics::Vector<System::SByte> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<sbyte> ShiftRightLogical (System.Numerics.Vector<sbyte> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightLogical : System.Numerics.Vector<sbyte> * int -> System.Numerics.Vector<sbyte>
Public Function ShiftRightLogical (value As Vector(Of SByte), shiftCount As Integer) As Vector(Of SByte)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
- Attributi
Si applica a
ShiftRightLogical(Vector<Int64>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<long> ShiftRightLogical(System::Numerics::Vector<long> value, int shiftCount);
public static System.Numerics.Vector<long> ShiftRightLogical (System.Numerics.Vector<long> value, int shiftCount);
static member ShiftRightLogical : System.Numerics.Vector<int64> * int -> System.Numerics.Vector<int64>
Public Function ShiftRightLogical (value As Vector(Of Long), shiftCount As Integer) As Vector(Of Long)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
Si applica a
ShiftRightLogical(Vector<Int32>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<int> ShiftRightLogical(System::Numerics::Vector<int> value, int shiftCount);
public static System.Numerics.Vector<int> ShiftRightLogical (System.Numerics.Vector<int> value, int shiftCount);
static member ShiftRightLogical : System.Numerics.Vector<int> * int -> System.Numerics.Vector<int>
Public Function ShiftRightLogical (value As Vector(Of Integer), shiftCount As Integer) As Vector(Of Integer)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
Si applica a
ShiftRightLogical(Vector<Int16>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<short> ShiftRightLogical(System::Numerics::Vector<short> value, int shiftCount);
public static System.Numerics.Vector<short> ShiftRightLogical (System.Numerics.Vector<short> value, int shiftCount);
static member ShiftRightLogical : System.Numerics.Vector<int16> * int -> System.Numerics.Vector<int16>
Public Function ShiftRightLogical (value As Vector(Of Short), shiftCount As Integer) As Vector(Of Short)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
Si applica a
ShiftRightLogical(Vector<Byte>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<System::Byte> ShiftRightLogical(System::Numerics::Vector<System::Byte> value, int shiftCount);
public static System.Numerics.Vector<byte> ShiftRightLogical (System.Numerics.Vector<byte> value, int shiftCount);
static member ShiftRightLogical : System.Numerics.Vector<byte> * int -> System.Numerics.Vector<byte>
Public Function ShiftRightLogical (value As Vector(Of Byte), shiftCount As Integer) As Vector(Of Byte)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.
Si applica a
ShiftRightLogical(Vector<IntPtr>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (senza segno) ogni elemento di un vettore a destra dell'importo specificato.
public:
static System::Numerics::Vector<IntPtr> ShiftRightLogical(System::Numerics::Vector<IntPtr> value, int shiftCount);
public static System.Numerics.Vector<IntPtr> ShiftRightLogical (System.Numerics.Vector<IntPtr> value, int shiftCount);
static member ShiftRightLogical : System.Numerics.Vector<nativeint> * int -> System.Numerics.Vector<nativeint>
Public Function ShiftRightLogical (value As Vector(Of IntPtr), shiftCount As Integer) As Vector(Of IntPtr)
Parametri
- shiftCount
- Int32
Numero di bit in base al quale spostare ogni elemento.
Restituisce
Vettore i cui elementi vengono spostati a destra da shiftCount
.