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