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
ifT
is supported; otherwise,false
. (当支持T
时返回true
; 其他情况返回false
)
Type Parameters
T
The vector element type (向量中的元素的类型).
- See Also