Vector.ShiftLeft Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| ShiftLeft(Vector<Int64>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<Byte>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<Int16>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<Int32>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<IntPtr>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<SByte>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<UInt16>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<UInt32>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<UInt64>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
| ShiftLeft(Vector<UIntPtr>, Int32) |
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid. |
ShiftLeft(Vector<Int64>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<long> ShiftLeft(System::Numerics::Vector<long> value, int shiftCount);
public static System.Numerics.Vector<long> ShiftLeft(System.Numerics.Vector<long> value, int shiftCount);
static member ShiftLeft : System.Numerics.Vector<int64> * int -> System.Numerics.Vector<int64>
Public Function ShiftLeft (value As Vector(Of Long), shiftCount As Integer) As Vector(Of Long)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
Van toepassing op
ShiftLeft(Vector<Byte>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<System::Byte> ShiftLeft(System::Numerics::Vector<System::Byte> value, int shiftCount);
public static System.Numerics.Vector<byte> ShiftLeft(System.Numerics.Vector<byte> value, int shiftCount);
static member ShiftLeft : System.Numerics.Vector<byte> * int -> System.Numerics.Vector<byte>
Public Function ShiftLeft (value As Vector(Of Byte), shiftCount As Integer) As Vector(Of Byte)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
Van toepassing op
ShiftLeft(Vector<Int16>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<short> ShiftLeft(System::Numerics::Vector<short> value, int shiftCount);
public static System.Numerics.Vector<short> ShiftLeft(System.Numerics.Vector<short> value, int shiftCount);
static member ShiftLeft : System.Numerics.Vector<int16> * int -> System.Numerics.Vector<int16>
Public Function ShiftLeft (value As Vector(Of Short), shiftCount As Integer) As Vector(Of Short)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
Van toepassing op
ShiftLeft(Vector<Int32>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<int> ShiftLeft(System::Numerics::Vector<int> value, int shiftCount);
public static System.Numerics.Vector<int> ShiftLeft(System.Numerics.Vector<int> value, int shiftCount);
static member ShiftLeft : System.Numerics.Vector<int> * int -> System.Numerics.Vector<int>
Public Function ShiftLeft (value As Vector(Of Integer), shiftCount As Integer) As Vector(Of Integer)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
Van toepassing op
ShiftLeft(Vector<IntPtr>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<IntPtr> ShiftLeft(System::Numerics::Vector<IntPtr> value, int shiftCount);
public static System.Numerics.Vector<IntPtr> ShiftLeft(System.Numerics.Vector<IntPtr> value, int shiftCount);
static member ShiftLeft : System.Numerics.Vector<nativeint> * int -> System.Numerics.Vector<nativeint>
Public Function ShiftLeft (value As Vector(Of IntPtr), shiftCount As Integer) As Vector(Of IntPtr)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
Van toepassing op
ShiftLeft(Vector<SByte>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Belangrijk
Deze API is niet CLS-conform.
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<System::SByte> ShiftLeft(System::Numerics::Vector<System::SByte> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<sbyte> ShiftLeft(System.Numerics.Vector<sbyte> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftLeft : System.Numerics.Vector<sbyte> * int -> System.Numerics.Vector<sbyte>
Public Function ShiftLeft (value As Vector(Of SByte), shiftCount As Integer) As Vector(Of SByte)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
- Kenmerken
Van toepassing op
ShiftLeft(Vector<UInt16>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Belangrijk
Deze API is niet CLS-conform.
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<System::UInt16> ShiftLeft(System::Numerics::Vector<System::UInt16> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> ShiftLeft(System.Numerics.Vector<ushort> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftLeft : System.Numerics.Vector<uint16> * int -> System.Numerics.Vector<uint16>
Public Function ShiftLeft (value As Vector(Of UShort), shiftCount As Integer) As Vector(Of UShort)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
- Kenmerken
Van toepassing op
ShiftLeft(Vector<UInt32>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Belangrijk
Deze API is niet CLS-conform.
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<System::UInt32> ShiftLeft(System::Numerics::Vector<System::UInt32> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> ShiftLeft(System.Numerics.Vector<uint> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftLeft : System.Numerics.Vector<uint32> * int -> System.Numerics.Vector<uint32>
Public Function ShiftLeft (value As Vector(Of UInteger), shiftCount As Integer) As Vector(Of UInteger)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
- Kenmerken
Van toepassing op
ShiftLeft(Vector<UInt64>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Belangrijk
Deze API is niet CLS-conform.
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<System::UInt64> ShiftLeft(System::Numerics::Vector<System::UInt64> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> ShiftLeft(System.Numerics.Vector<ulong> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftLeft : System.Numerics.Vector<uint64> * int -> System.Numerics.Vector<uint64>
Public Function ShiftLeft (value As Vector(Of ULong), shiftCount As Integer) As Vector(Of ULong)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
- Kenmerken
Van toepassing op
ShiftLeft(Vector<UIntPtr>, Int32)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Belangrijk
Deze API is niet CLS-conform.
Hiermee verschuift u elk element van een vector naar links met de opgegeven hoeveelheid.
public:
static System::Numerics::Vector<UIntPtr> ShiftLeft(System::Numerics::Vector<UIntPtr> value, int shiftCount);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<UIntPtr> ShiftLeft(System.Numerics.Vector<UIntPtr> value, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftLeft : System.Numerics.Vector<unativeint> * int -> System.Numerics.Vector<unativeint>
Public Function ShiftLeft (value As Vector(Of UIntPtr), shiftCount As Integer) As Vector(Of UIntPtr)
Parameters
- shiftCount
- Int32
Het aantal bits waarmee elk element moet worden verplaatst.
Retouren
Een vector waarvan de elementen zijn verschoven door shiftCount.
- Kenmerken