Vector.ShiftRightArithmetic 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
ShiftRightArithmetic(Vector<Int16>, Int32) |
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata. |
ShiftRightArithmetic(Vector<Int32>, Int32) |
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata. |
ShiftRightArithmetic(Vector<Int64>, Int32) |
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata. |
ShiftRightArithmetic(Vector<IntPtr>, Int32) |
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata. |
ShiftRightArithmetic(Vector<SByte>, Int32) |
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata. |
ShiftRightArithmetic(Vector<Int16>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata.
public:
static System::Numerics::Vector<short> ShiftRightArithmetic(System::Numerics::Vector<short> value, int shiftCount);
public static System.Numerics.Vector<short> ShiftRightArithmetic (System.Numerics.Vector<short> value, int shiftCount);
static member ShiftRightArithmetic : System.Numerics.Vector<int16> * int -> System.Numerics.Vector<int16>
Public Function ShiftRightArithmetic (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
ShiftRightArithmetic(Vector<Int32>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata.
public:
static System::Numerics::Vector<int> ShiftRightArithmetic(System::Numerics::Vector<int> value, int shiftCount);
public static System.Numerics.Vector<int> ShiftRightArithmetic (System.Numerics.Vector<int> value, int shiftCount);
static member ShiftRightArithmetic : System.Numerics.Vector<int> * int -> System.Numerics.Vector<int>
Public Function ShiftRightArithmetic (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
ShiftRightArithmetic(Vector<Int64>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata.
public:
static System::Numerics::Vector<long> ShiftRightArithmetic(System::Numerics::Vector<long> value, int shiftCount);
public static System.Numerics.Vector<long> ShiftRightArithmetic (System.Numerics.Vector<long> value, int shiftCount);
static member ShiftRightArithmetic : System.Numerics.Vector<int64> * int -> System.Numerics.Vector<int64>
Public Function ShiftRightArithmetic (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
ShiftRightArithmetic(Vector<IntPtr>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata.
public:
static System::Numerics::Vector<IntPtr> ShiftRightArithmetic(System::Numerics::Vector<IntPtr> value, int shiftCount);
public static System.Numerics.Vector<IntPtr> ShiftRightArithmetic (System.Numerics.Vector<IntPtr> value, int shiftCount);
static member ShiftRightArithmetic : System.Numerics.Vector<nativeint> * int -> System.Numerics.Vector<nativeint>
Public Function ShiftRightArithmetic (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
.
Si applica a
ShiftRightArithmetic(Vector<SByte>, Int32)
- Origine:
- Vector.cs
- Origine:
- Vector.cs
- Origine:
- Vector.cs
Importante
Questa API non è conforme a CLS.
Sposta (con segno) ogni elemento di un vettore a destra della quantità specificata.
public:
static System::Numerics::Vector<System::SByte> ShiftRightArithmetic(System::Numerics::Vector<System::SByte> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<sbyte> ShiftRightArithmetic (System.Numerics.Vector<sbyte> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightArithmetic : System.Numerics.Vector<sbyte> * int -> System.Numerics.Vector<sbyte>
Public Function ShiftRightArithmetic (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