Aracılığıyla paylaş


Vector64.AsDouble<T>(Vector64<T>) Yöntem

Tanım

bir Vector64<T> öğesini türünde Doubleyeni Vector64 bir olarak yeniden yorumlar.

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector64<double> AsDouble(System::Runtime::Intrinsics::Vector64<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector64<double> AsDouble(System::Runtime::Intrinsics::Vector64<T> vector);
public static System.Runtime.Intrinsics.Vector64<double> AsDouble<T> (this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
public static System.Runtime.Intrinsics.Vector64<double> AsDouble<T> (this System.Runtime.Intrinsics.Vector64<T> vector);
static member AsDouble : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<double> (requires 'T : struct)
static member AsDouble : System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<double>
<Extension()>
Public Function AsDouble(Of T As Structure) (vector As Vector64(Of T)) As Vector64(Of Double)
<Extension()>
Public Function AsDouble(Of T) (vector As Vector64(Of T)) As Vector64(Of Double)

Tür Parametreleri

T

Giriş vektörünün türü.

Parametreler

vector
Vector64<T>

Yeniden yorumlanması için vektör.

Döndürülenler

vector türünde yeni Vector64Doublebir olarak yeniden yorumlandı.

Özel durumlar

(T) türü vector desteklenmez.

Şunlara uygulanır