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