Vector512.AsVector512<T>(Vector<T>) Method

Definition

Reinterprets a Vector<T> as a new Vector512<T>.

public static System.Runtime.Intrinsics.Vector512<T> AsVector512<T> (this System.Numerics.Vector<T> value);

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

Produk Versi
.NET 8, 9