Vector.ConvertToSingle Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Name | Description |
|---|---|
| ConvertToSingle(Vector<Int32>) |
Převede na |
| ConvertToSingle(Vector<UInt32>) |
Převede na |
ConvertToSingle(Vector<Int32>)
- Zdroj:
- Vector.cs
- 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 Function ConvertToSingle (value As Vector(Of Integer)) As Vector(Of Single)
Public Shared Function ConvertToSingle (value As Vector(Of Integer)) As Vector(Of Single)
Parametry
Návraty
Převedený vektor.
Platí pro
ConvertToSingle(Vector<UInt32>)
- Zdroj:
- Vector.cs
- 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 Function ConvertToSingle (value As Vector(Of UInteger)) As Vector(Of Single)
Public Shared Function ConvertToSingle (value As Vector(Of UInteger)) As Vector(Of Single)
Parametry
Návraty
Převedený vektor.
- Atributy