Vector128.Widen Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Widen(Vector128<Byte>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<Int16>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<Int32>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<SByte>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<Single>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<UInt16>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<UInt32>) |
Erweitert ein Vector128<T> in zwei Vector128<T>. |
Widen(Vector128<Byte>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<System::UInt16>, System::Runtime::Intrinsics::Vector128<System::UInt16>> Widen(System::Runtime::Intrinsics::Vector128<System::Byte> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector128<ushort> Lower, System.Runtime.Intrinsics.Vector128<ushort> Upper) Widen (System.Runtime.Intrinsics.Vector128<byte> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector128<byte> -> ValueTuple<System.Runtime.Intrinsics.Vector128<uint16>, System.Runtime.Intrinsics.Vector128<uint16>>
Public Function Widen (source As Vector128(Of Byte)) As ValueTuple(Of Vector128(Of UShort), Vector128(Of UShort))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
- Attribute
Gilt für:
Widen(Vector128<Int16>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<int>, System::Runtime::Intrinsics::Vector128<int>> Widen(System::Runtime::Intrinsics::Vector128<short> source);
public static (System.Runtime.Intrinsics.Vector128<int> Lower, System.Runtime.Intrinsics.Vector128<int> Upper) Widen (System.Runtime.Intrinsics.Vector128<short> source);
static member Widen : System.Runtime.Intrinsics.Vector128<int16> -> ValueTuple<System.Runtime.Intrinsics.Vector128<int>, System.Runtime.Intrinsics.Vector128<int>>
Public Function Widen (source As Vector128(Of Short)) As ValueTuple(Of Vector128(Of Integer), Vector128(Of Integer))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
Gilt für:
Widen(Vector128<Int32>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<long>, System::Runtime::Intrinsics::Vector128<long>> Widen(System::Runtime::Intrinsics::Vector128<int> source);
public static (System.Runtime.Intrinsics.Vector128<long> Lower, System.Runtime.Intrinsics.Vector128<long> Upper) Widen (System.Runtime.Intrinsics.Vector128<int> source);
static member Widen : System.Runtime.Intrinsics.Vector128<int> -> ValueTuple<System.Runtime.Intrinsics.Vector128<int64>, System.Runtime.Intrinsics.Vector128<int64>>
Public Function Widen (source As Vector128(Of Integer)) As ValueTuple(Of Vector128(Of Long), Vector128(Of Long))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
Gilt für:
Widen(Vector128<SByte>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<short>, System::Runtime::Intrinsics::Vector128<short>> Widen(System::Runtime::Intrinsics::Vector128<System::SByte> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector128<short> Lower, System.Runtime.Intrinsics.Vector128<short> Upper) Widen (System.Runtime.Intrinsics.Vector128<sbyte> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector128<sbyte> -> ValueTuple<System.Runtime.Intrinsics.Vector128<int16>, System.Runtime.Intrinsics.Vector128<int16>>
Public Function Widen (source As Vector128(Of SByte)) As ValueTuple(Of Vector128(Of Short), Vector128(Of Short))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
- Attribute
Gilt für:
Widen(Vector128<Single>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<double>, System::Runtime::Intrinsics::Vector128<double>> Widen(System::Runtime::Intrinsics::Vector128<float> source);
public static (System.Runtime.Intrinsics.Vector128<double> Lower, System.Runtime.Intrinsics.Vector128<double> Upper) Widen (System.Runtime.Intrinsics.Vector128<float> source);
static member Widen : System.Runtime.Intrinsics.Vector128<single> -> ValueTuple<System.Runtime.Intrinsics.Vector128<double>, System.Runtime.Intrinsics.Vector128<double>>
Public Function Widen (source As Vector128(Of Single)) As ValueTuple(Of Vector128(Of Double), Vector128(Of Double))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
Gilt für:
Widen(Vector128<UInt16>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<System::UInt32>, System::Runtime::Intrinsics::Vector128<System::UInt32>> Widen(System::Runtime::Intrinsics::Vector128<System::UInt16> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector128<uint> Lower, System.Runtime.Intrinsics.Vector128<uint> Upper) Widen (System.Runtime.Intrinsics.Vector128<ushort> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector128<uint16> -> ValueTuple<System.Runtime.Intrinsics.Vector128<uint32>, System.Runtime.Intrinsics.Vector128<uint32>>
Public Function Widen (source As Vector128(Of UShort)) As ValueTuple(Of Vector128(Of UInteger), Vector128(Of UInteger))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
- Attribute
Gilt für:
Widen(Vector128<UInt32>)
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
- Quelle:
- Vector128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector128<T> in zwei Vector128<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector128<System::UInt64>, System::Runtime::Intrinsics::Vector128<System::UInt64>> Widen(System::Runtime::Intrinsics::Vector128<System::UInt32> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector128<ulong> Lower, System.Runtime.Intrinsics.Vector128<ulong> Upper) Widen (System.Runtime.Intrinsics.Vector128<uint> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector128<uint32> -> ValueTuple<System.Runtime.Intrinsics.Vector128<uint64>, System.Runtime.Intrinsics.Vector128<uint64>>
Public Function Widen (source As Vector128(Of UInteger)) As ValueTuple(Of Vector128(Of ULong), Vector128(Of ULong))
Parameter
Gibt zurück
Ein Vektorpaar, das die verbreiterte untere und obere Hälfte von source
enthält.
- Attribute