Vector.WidenLower Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<System::UInt64> WidenLower(System::Numerics::Vector<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> WidenLower(System.Numerics.Vector<uint> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint64>
Public Function WidenLower (source As Vector(Of UInteger)) As Vector(Of ULong)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<System::UInt32> WidenLower(System::Numerics::Vector<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> WidenLower(System.Numerics.Vector<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint32>
Public Function WidenLower (source As Vector(Of UShort)) As Vector(Of UInteger)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
public:
static System::Numerics::Vector<double> WidenLower(System::Numerics::Vector<float> source);
public static System.Numerics.Vector<double> WidenLower(System.Numerics.Vector<float> source);
static member WidenLower : System.Numerics.Vector<single> -> System.Numerics.Vector<double>
Public Function WidenLower (source As Vector(Of Single)) As Vector(Of Double)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
public:
static System::Numerics::Vector<int> WidenLower(System::Numerics::Vector<short> source);
public static System.Numerics.Vector<int> WidenLower(System.Numerics.Vector<short> source);
static member WidenLower : System.Numerics.Vector<int16> -> System.Numerics.Vector<int>
Public Function WidenLower (source As Vector(Of Short)) As Vector(Of Integer)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
public:
static System::Numerics::Vector<long> WidenLower(System::Numerics::Vector<int> source);
public static System.Numerics.Vector<long> WidenLower(System.Numerics.Vector<int> source);
static member WidenLower : System.Numerics.Vector<int> -> System.Numerics.Vector<int64>
Public Function WidenLower (source As Vector(Of Integer)) As Vector(Of Long)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<System::UInt16> WidenLower(System::Numerics::Vector<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> WidenLower(System.Numerics.Vector<byte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Numerics.Vector<byte> -> System.Numerics.Vector<uint16>
Public Function WidenLower (source As Vector(Of Byte)) As Vector(Of UShort)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<short> WidenLower(System::Numerics::Vector<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<short> WidenLower(System.Numerics.Vector<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<int16>
Public Function WidenLower (source As Vector(Of SByte)) As Vector(Of Short)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 en andere versies
Product | Versies |
---|---|
.NET | 8, 9, 10 |
.NET-feedback
.NET is een open source project. Selecteer een koppeling om feedback te geven: