Vector.ConvertToSingle Methode

Definitie

Overloads

Name Description
ConvertToSingle(Vector<Int32>)

Converteert een Vector<Int32> naar een Vector<Single>.

ConvertToSingle(Vector<UInt32>)

Converteert een Vector<UInt32> naar een Vector<Single>.

ConvertToSingle(Vector<Int32>)

Converteert een Vector<Int32> naar een Vector<Single>.

public:
 static System::Numerics::Vector<float> ConvertToSingle(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<float> ConvertToSingle(System.Numerics.Vector<int> value);
static member ConvertToSingle : System.Numerics.Vector<int> -> System.Numerics.Vector<single>
Public Shared Function ConvertToSingle (value As Vector(Of Integer)) As Vector(Of Single)

Parameters

value
Vector<Int32>

De bronvector.

Retouren

De geconverteerde vector.

Van toepassing op

ConvertToSingle(Vector<UInt32>)

Belangrijk

Deze API is niet CLS-conform.

Converteert een Vector<UInt32> naar een Vector<Single>.

public:
 static System::Numerics::Vector<float> ConvertToSingle(System::Numerics::Vector<System::UInt32> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<float> ConvertToSingle(System.Numerics.Vector<uint> value);
[<System.CLSCompliant(false)>]
static member ConvertToSingle : System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Public Shared Function ConvertToSingle (value As Vector(Of UInteger)) As Vector(Of Single)

Parameters

value
Vector<UInt32>

De bronvector.

Retouren

De geconverteerde vector.

Kenmerken

Van toepassing op