Vector.ConvertToSingle 메서드

정의

오버로드

ConvertToSingle(Vector<UInt32>)

Vector<UInt32>Vector<Single>로 변환합니다.

ConvertToSingle(Vector<Int32>)

Vector<Int32>Vector<Single>로 변환합니다.

ConvertToSingle(Vector<UInt32>)

중요

이 API는 CLS 규격이 아닙니다.

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)

매개 변수

value
Vector<UInt32>

원본 벡터입니다.

반환

변환된 벡터입니다.

특성

적용 대상

ConvertToSingle(Vector<Int32>)

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)

매개 변수

value
Vector<Int32>

원본 벡터입니다.

반환

변환된 벡터입니다.

적용 대상