Udostępnij przez


Vector.ConvertToSingle Metoda

Definicja

Przeciążenia

ConvertToSingle(Vector<Int32>)

Konwertuje element Vector<Int32> na .Vector<Single>

ConvertToSingle(Vector<UInt32>)

Konwertuje element Vector<UInt32> na .Vector<Single>

ConvertToSingle(Vector<Int32>)

Źródło:
Vector.cs
Źródło:
Vector.cs
Źródło:
Vector.cs

Konwertuje element Vector<Int32> na .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>

Wektor źródłowy.

Zwraca

Przekonwertowany wektor.

Dotyczy

ConvertToSingle(Vector<UInt32>)

Źródło:
Vector.cs
Źródło:
Vector.cs
Źródło:
Vector.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Konwertuje element Vector<UInt32> na .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>

Wektor źródłowy.

Zwraca

Przekonwertowany wektor.

Atrybuty

Dotyczy