Vector128.AsDouble<T>(Vector128<T>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
bir Vector128<T> öğesini türünde yeni Vector128Doublebir olarak yeniden yorumlar.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<double> AsDouble(System::Runtime::Intrinsics::Vector128<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<double> AsDouble(System::Runtime::Intrinsics::Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector128<double> AsDouble<T> (this System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
public static System.Runtime.Intrinsics.Vector128<double> AsDouble<T> (this System.Runtime.Intrinsics.Vector128<T> vector);
static member AsDouble : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<double> (requires 'T : struct)
static member AsDouble : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<double>
<Extension()>
Public Function AsDouble(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of Double)
<Extension()>
Public Function AsDouble(Of T) (vector As Vector128(Of T)) As Vector128(Of Double)
Tür Parametreleri
- T
Giriş vektörünün türü.
Parametreler
- vector
- Vector128<T>
Yeniden yorumlanması gereken vektör.
Döndürülenler
vector
türünde Doubleyeni Vector128 bir olarak yeniden yorumlanmış.
Özel durumlar
(T
) türü vector
desteklenmez.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.