Aracılığıyla paylaş


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

Tanım

Önemli

Bu API, CLS uyumlu değildir.

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

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

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 Vector64SBytebir olarak yeniden yorumlandı.

Öznitelikler

Özel durumlar

(T) türü vector desteklenmez.

Şunlara uygulanır