Vector512.AsVector512<T>(Vector<T>) Method
Definition
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.
Reinterprets a Vector<T> as a new Vector512<T>.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector512<T> AsVector512(System::Numerics::Vector<T> value);
public static System.Runtime.Intrinsics.Vector512<T> AsVector512<T> (this System.Numerics.Vector<T> value);
static member AsVector512 : System.Numerics.Vector<'T> -> System.Runtime.Intrinsics.Vector512<'T>
<Extension()>
Public Function AsVector512(Of T) (value As Vector(Of T)) As Vector512(Of T)
Type Parameters
- T
The type of the elements in the vector.
Parameters
- value
- Vector<T>
The vector to reinterpret.
Returns
value
reinterpreted as a new Vector512<T>.
Exceptions
The type of value
(T
) is not supported.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.