Table of Contents

Method ExAsExInt128

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ExAsExInt128<T>(Vector512<T>)

(ExType) Reinterprets a Vector512<T> as a new Vector512<T> of type ExInt128 (将 Vector512<T> 重新解释为 ExInt128 类型的新 Vector512<T>).

public static Vector512<ExInt128> ExAsExInt128<T>(this Vector512<T> vector) where T : struct

Parameters

vector Vector512<T>

The vector to reinterpret (要重新解释的向量).

Returns

Vector512<ExInt128>

vector reinterpreted as a new Vector512<T> of type ExInt128 (重新解释为 ExInt128 类型的 Vector512<T> 向量).

Type Parameters

T

The type of the input vector element (输入向量元素的类型).

See Also
ExAs<TFrom, TTo>(Vector512<TFrom>)