Vector.WidenUpper Method
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.
WidenUpper(Vector<Byte>) | |
WidenUpper(Vector<Int16>) | |
WidenUpper(Vector<Int32>) | |
WidenUpper(Vector<SByte>) | |
WidenUpper(Vector<Single>) | |
WidenUpper(Vector<UInt16>) | |
WidenUpper(Vector<UInt32>) |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<System::UInt16> WidenUpper(System::Numerics::Vector<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> WidenUpper(System.Numerics.Vector<byte> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Numerics.Vector<byte> -> System.Numerics.Vector<uint16>
Public Function WidenUpper (source As Vector(Of Byte)) As Vector(Of UShort)
Parameters
Returns
A vector that contains the widened upper half of source
.
- Attributes
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
public:
static System::Numerics::Vector<int> WidenUpper(System::Numerics::Vector<short> source);
public static System.Numerics.Vector<int> WidenUpper(System.Numerics.Vector<short> source);
static member WidenUpper : System.Numerics.Vector<int16> -> System.Numerics.Vector<int>
Public Function WidenUpper (source As Vector(Of Short)) As Vector(Of Integer)
Parameters
Returns
A vector that contains the widened upper half of source
.
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
public:
static System::Numerics::Vector<long> WidenUpper(System::Numerics::Vector<int> source);
public static System.Numerics.Vector<long> WidenUpper(System.Numerics.Vector<int> source);
static member WidenUpper : System.Numerics.Vector<int> -> System.Numerics.Vector<int64>
Public Function WidenUpper (source As Vector(Of Integer)) As Vector(Of Long)
Parameters
Returns
A vector that contains the widened upper half of source
.
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<short> WidenUpper(System::Numerics::Vector<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<short> WidenUpper(System.Numerics.Vector<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<int16>
Public Function WidenUpper (source As Vector(Of SByte)) As Vector(Of Short)
Parameters
Returns
A vector that contains the widened upper half of source
.
- Attributes
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
public:
static System::Numerics::Vector<double> WidenUpper(System::Numerics::Vector<float> source);
public static System.Numerics.Vector<double> WidenUpper(System.Numerics.Vector<float> source);
static member WidenUpper : System.Numerics.Vector<single> -> System.Numerics.Vector<double>
Public Function WidenUpper (source As Vector(Of Single)) As Vector(Of Double)
Parameters
Returns
A vector that contains the widened upper half of source
.
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<System::UInt32> WidenUpper(System::Numerics::Vector<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> WidenUpper(System.Numerics.Vector<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint32>
Public Function WidenUpper (source As Vector(Of UShort)) As Vector(Of UInteger)
Parameters
Returns
A vector that contains the widened upper half of source
.
- Attributes
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector.cs
- Source:
- Vector.cs
Important
This API is not CLS-compliant.
public:
static System::Numerics::Vector<System::UInt64> WidenUpper(System::Numerics::Vector<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> WidenUpper(System.Numerics.Vector<uint> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint64>
Public Function WidenUpper (source As Vector(Of UInteger)) As Vector(Of ULong)
Parameters
Returns
A vector that contains the widened upper half of source
.
- Attributes
Applies to
.NET 10 и друге верзије
Производ | Верзије |
---|---|
.NET | 8, 9, 10 |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: