Vector.ConvertToSingle Yöntem

Tanım

Aşırı Yüklemeler

Name Description
ConvertToSingle(Vector<Int32>)

a'yi Vector<Int32> öğesine Vector<Single>dönüştürür.

ConvertToSingle(Vector<UInt32>)

a'yi Vector<UInt32> öğesine Vector<Single>dönüştürür.

ConvertToSingle(Vector<Int32>)

Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs

a'yi Vector<Int32> öğesine Vector<Single>dönüştürür.

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)

Parametreler

value
Vector<Int32>

Kaynak vektör.

Döndürülenler

Dönüştürülen vektör.

Şunlara uygulanır

ConvertToSingle(Vector<UInt32>)

Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs

Önemli

Bu API, CLS uyumlu değildir.

a'yi Vector<UInt32> öğesine Vector<Single>dönüştürür.

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)

Parametreler

value
Vector<UInt32>

Kaynak vektör.

Döndürülenler

Dönüştürülen vektör.

Öznitelikler

Şunlara uygulanır