Vector256.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(Vector256<Byte>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<Int16>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<Int32>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<SByte>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<Single>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<UInt16>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<UInt32>) |
Erweitert ein Vector256<T> in zwei Vector256<T>. |
Widen(Vector256<Byte>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<System::UInt16>, System::Runtime::Intrinsics::Vector256<System::UInt16>> Widen(System::Runtime::Intrinsics::Vector256<System::Byte> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector256<ushort> Lower, System.Runtime.Intrinsics.Vector256<ushort> Upper) Widen (System.Runtime.Intrinsics.Vector256<byte> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector256<byte> -> ValueTuple<System.Runtime.Intrinsics.Vector256<uint16>, System.Runtime.Intrinsics.Vector256<uint16>>
Public Function Widen (source As Vector256(Of Byte)) As ValueTuple(Of Vector256(Of UShort), Vector256(Of UShort))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
- Attribute
Gilt für:
Widen(Vector256<Int16>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<int>, System::Runtime::Intrinsics::Vector256<int>> Widen(System::Runtime::Intrinsics::Vector256<short> source);
public static (System.Runtime.Intrinsics.Vector256<int> Lower, System.Runtime.Intrinsics.Vector256<int> Upper) Widen (System.Runtime.Intrinsics.Vector256<short> source);
static member Widen : System.Runtime.Intrinsics.Vector256<int16> -> ValueTuple<System.Runtime.Intrinsics.Vector256<int>, System.Runtime.Intrinsics.Vector256<int>>
Public Function Widen (source As Vector256(Of Short)) As ValueTuple(Of Vector256(Of Integer), Vector256(Of Integer))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
Gilt für:
Widen(Vector256<Int32>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<long>, System::Runtime::Intrinsics::Vector256<long>> Widen(System::Runtime::Intrinsics::Vector256<int> source);
public static (System.Runtime.Intrinsics.Vector256<long> Lower, System.Runtime.Intrinsics.Vector256<long> Upper) Widen (System.Runtime.Intrinsics.Vector256<int> source);
static member Widen : System.Runtime.Intrinsics.Vector256<int> -> ValueTuple<System.Runtime.Intrinsics.Vector256<int64>, System.Runtime.Intrinsics.Vector256<int64>>
Public Function Widen (source As Vector256(Of Integer)) As ValueTuple(Of Vector256(Of Long), Vector256(Of Long))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
Gilt für:
Widen(Vector256<SByte>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<short>, System::Runtime::Intrinsics::Vector256<short>> Widen(System::Runtime::Intrinsics::Vector256<System::SByte> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector256<short> Lower, System.Runtime.Intrinsics.Vector256<short> Upper) Widen (System.Runtime.Intrinsics.Vector256<sbyte> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector256<sbyte> -> ValueTuple<System.Runtime.Intrinsics.Vector256<int16>, System.Runtime.Intrinsics.Vector256<int16>>
Public Function Widen (source As Vector256(Of SByte)) As ValueTuple(Of Vector256(Of Short), Vector256(Of Short))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
- Attribute
Gilt für:
Widen(Vector256<Single>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<double>, System::Runtime::Intrinsics::Vector256<double>> Widen(System::Runtime::Intrinsics::Vector256<float> source);
public static (System.Runtime.Intrinsics.Vector256<double> Lower, System.Runtime.Intrinsics.Vector256<double> Upper) Widen (System.Runtime.Intrinsics.Vector256<float> source);
static member Widen : System.Runtime.Intrinsics.Vector256<single> -> ValueTuple<System.Runtime.Intrinsics.Vector256<double>, System.Runtime.Intrinsics.Vector256<double>>
Public Function Widen (source As Vector256(Of Single)) As ValueTuple(Of Vector256(Of Double), Vector256(Of Double))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
Gilt für:
Widen(Vector256<UInt16>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<System::UInt32>, System::Runtime::Intrinsics::Vector256<System::UInt32>> Widen(System::Runtime::Intrinsics::Vector256<System::UInt16> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector256<uint> Lower, System.Runtime.Intrinsics.Vector256<uint> Upper) Widen (System.Runtime.Intrinsics.Vector256<ushort> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector256<uint16> -> ValueTuple<System.Runtime.Intrinsics.Vector256<uint32>, System.Runtime.Intrinsics.Vector256<uint32>>
Public Function Widen (source As Vector256(Of UShort)) As ValueTuple(Of Vector256(Of UInteger), Vector256(Of UInteger))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
- Attribute
Gilt für:
Widen(Vector256<UInt32>)
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
- Quelle:
- Vector256.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Erweitert ein Vector256<T> in zwei Vector256<T>.
public:
static ValueTuple<System::Runtime::Intrinsics::Vector256<System::UInt64>, System::Runtime::Intrinsics::Vector256<System::UInt64>> Widen(System::Runtime::Intrinsics::Vector256<System::UInt32> source);
[System.CLSCompliant(false)]
public static (System.Runtime.Intrinsics.Vector256<ulong> Lower, System.Runtime.Intrinsics.Vector256<ulong> Upper) Widen (System.Runtime.Intrinsics.Vector256<uint> source);
[<System.CLSCompliant(false)>]
static member Widen : System.Runtime.Intrinsics.Vector256<uint32> -> ValueTuple<System.Runtime.Intrinsics.Vector256<uint64>, System.Runtime.Intrinsics.Vector256<uint64>>
Public Function Widen (source As Vector256(Of UInteger)) As ValueTuple(Of Vector256(Of ULong), Vector256(Of ULong))
Parameter
Gibt zurück
Ein Vektorpaar, das die erweiterten unteren und oberen Hälften von source
enthält.
- Attribute