Vector256.AsSByte<T>(Vector256<T>) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Reinterprets a Vector256<T> as a new Vector256 of type SByte.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<System::SByte> AsSByte(System::Runtime::Intrinsics::Vector256<T> vector);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<System::SByte> AsSByte(System::Runtime::Intrinsics::Vector256<T> vector);
C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<sbyte> AsSByte<T>(this System.Runtime.Intrinsics.Vector256<T> vector);
C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<sbyte> AsSByte<T>(this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
[<System.CLSCompliant(false)>]
static member AsSByte : System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector256<sbyte>
[<System.CLSCompliant(false)>]
static member AsSByte : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<sbyte> (requires 'T : struct)
<Extension()>
Public Function AsSByte(Of T) (vector As Vector256(Of T)) As Vector256(Of SByte)
<Extension()>
Public Function AsSByte(Of T As Structure) (vector As Vector256(Of T)) As Vector256(Of SByte)
- T
The type of the input vector.
- vector
- Vector256<T>
The vector to reinterpret.
vector
reinterpreted as a new Vector256 of type SByte.
- Attributes
The type of vector
(T
) is not supported.
Производ | Верзије |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
Сарађујте са нама на GitHub-у
Извор овог садржаја можете пронаћи на платформи GitHub, где можете и да креирате и прегледате проблеме и захтеве за повлачењем. Више информација потражите у нашем водичу за сараднике.
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: