Vector.ShiftRightArithmetic Metodo

Definizione

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

value
Vector<Int16>

Vettore i cui elementi devono essere spostati.

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

value
Vector<Int32>

Vettore i cui elementi devono essere spostati.

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

value
Vector<Int64>

Vettore i cui elementi devono essere spostati.

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

value

Vector<IntPtr>

Vector<nativeint>

Vettore i cui elementi devono essere spostati.

shiftCount
Int32

Numero di bit in base al quale spostare ogni elemento.

Restituisce

Vector<IntPtr>

Vector<nativeint>

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

value
Vector<SByte>

Vettore i cui elementi devono essere spostati.

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