Table of Contents

Method IsNativeSupported

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

IsNativeSupported<T>()

Determines if this element type is native supported (判断是否原生支持这种元素类型).

public static bool IsNativeSupported<T>() where T : struct

Returns

bool

true if T is supported; otherwise, false. (当支持 T 时返回true; 其他情况返回 false)

Type Parameters

T

The vector element type (向量中的元素的类型).

See Also