Vector.ConvertToSingle Metoda

Definice

Přetížení

ConvertToSingle(Vector<UInt32>)

Převede na Vector<UInt32>Vector<Single>.

ConvertToSingle(Vector<Int32>)

Převede na Vector<Int32>Vector<Single>.

ConvertToSingle(Vector<UInt32>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Převede na Vector<UInt32>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)
Public Function ConvertToSingle (value As Vector(Of UInteger)) As Vector(Of Single)

Parametry

value
Vector<UInt32>

Zdrojový vektor.

Návraty

Převedený vektor.

Atributy

Platí pro

ConvertToSingle(Vector<Int32>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Převede na Vector<Int32>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)
Public Function ConvertToSingle (value As Vector(Of Integer)) As Vector(Of Single)

Parametry

value
Vector<Int32>

Zdrojový vektor.

Návraty

Převedený vektor.

Platí pro