Vector128.AsVector<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 yeni Vector<T>olarak yeniden yorumlar.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector<T> AsVector(System::Runtime::Intrinsics::Vector128<T> value);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector<T> AsVector(System::Runtime::Intrinsics::Vector128<T> value);
public static System.Numerics.Vector<T> AsVector<T> (this System.Runtime.Intrinsics.Vector128<T> value) where T : struct;
public static System.Numerics.Vector<T> AsVector<T> (this System.Runtime.Intrinsics.Vector128<T> value);
static member AsVector : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Numerics.Vector<'T (requires 'T : struct)> (requires 'T : struct)
static member AsVector : System.Runtime.Intrinsics.Vector128<'T> -> System.Numerics.Vector<'T>
<Extension()>
Public Function AsVector(Of T As Structure) (value As Vector128(Of T)) As Vector(Of T)
<Extension()>
Public Function AsVector(Of T) (value As Vector128(Of T)) As Vector(Of T)
Tür Parametreleri
- T
Vektörlerin türü.
Parametreler
- value
- Vector128<T>
Yeniden yorumlanması gereken vektör.
Döndürülenler
value
yeni Vector<T>olarak yeniden yorumlanmış.
Özel durumlar
(T
) türü value
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.