Table of Contents

Method ExAsSingle

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ExAsSingle<T>(Vector<T>)

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

public static Vector<float> ExAsSingle<T>(this Vector<T> vector) where T : struct

Parameters

vector Vector<T>

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

Returns

Vector<float>

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

Type Parameters

T

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

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