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
trueif it have at least 128 bits; otherwise isfalse(它至少有128位时返回true, 否则返回false).
Type Parameters
TTarget type (目标类型).