Method IsSubnormal
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
IsSubnormal(float)
Determines if a element is subnormal (确定元素是否为次正规数).
public static bool IsSubnormal(float value)
Parameters
valuefloatThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is subnormal, otherwise isfalse(如果值是次正规数,则返回true,否则返回false).
- See Also
-
IsSubnormal(TSelf)
IsSubnormal(double)
Determines if a element is subnormal (确定元素是否为次正规数).
public static bool IsSubnormal(double value)
Parameters
valuedoubleThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is subnormal, otherwise isfalse(如果值是次正规数,则返回true,否则返回false).
- See Also
-
IsSubnormal(TSelf)
IsSubnormal(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
public static bool IsSubnormal(Half x)
Parameters
xHalf
Returns
- bool
Return
trueif value is subnormal, otherwise isfalse(如果值是次正规数,则返回true,否则返回false).
- See Also
-
IsSubnormal(TSelf)