Method IsLeast128
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
IsLeast128<T>()
Does it have at least 128 bits (它是否至少有128位).
public static bool IsLeast128<T>()
Returns
- bool
true
if it have at least 128 bits; otherwise isfalse
(它至少有128位时返回true
, 否则返回false
).
Type Parameters
T
Target type (目标类型).