Vector256.ConvertToSingle 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
ConvertToSingle(Vector256<Int32>) |
Converts a Vector256<T> to a Vector256<T>. |
ConvertToSingle(Vector256<UInt32>) |
Converts a Vector256<T> to a Vector256<T>. |
ConvertToSingle(Vector256<Int32>)
- Source:
- Vector256.cs
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Converts a Vector256<T> to a Vector256<T>.
public:
static System::Runtime::Intrinsics::Vector256<float> ConvertToSingle(System::Runtime::Intrinsics::Vector256<int> vector);
public static System.Runtime.Intrinsics.Vector256<float> ConvertToSingle (System.Runtime.Intrinsics.Vector256<int> vector);
static member ConvertToSingle : System.Runtime.Intrinsics.Vector256<int> -> System.Runtime.Intrinsics.Vector256<single>
Public Function ConvertToSingle (vector As Vector256(Of Integer)) As Vector256(Of Single)
Parameters
Returns
The converted vector.
Applies to
ConvertToSingle(Vector256<UInt32>)
- Source:
- Vector256.cs
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Important
This API is not CLS-compliant.
Converts a Vector256<T> to a Vector256<T>.
public:
static System::Runtime::Intrinsics::Vector256<float> ConvertToSingle(System::Runtime::Intrinsics::Vector256<System::UInt32> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<float> ConvertToSingle (System.Runtime.Intrinsics.Vector256<uint> vector);
[<System.CLSCompliant(false)>]
static member ConvertToSingle : System.Runtime.Intrinsics.Vector256<uint32> -> System.Runtime.Intrinsics.Vector256<single>
Public Function ConvertToSingle (vector As Vector256(Of UInteger)) As Vector256(Of Single)
Parameters
Returns
The converted vector.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.