Method IsNegative_Bit
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
IsNegative_Bit(float)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(float value)
Parameters
value
floatThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(double)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(double value)
Parameters
value
doubleThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(decimal)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(decimal value)
Parameters
value
decimalThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(Half)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(Half value)
Parameters
value
HalfThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(sbyte)
Determines if a element represents a negative number (确定元素是否为负数).
[CLSCompliant(false)]
public static bool IsNegative_Bit(sbyte value)
Parameters
value
sbyteThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(short)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(short value)
Parameters
value
shortThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(int)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(int value)
Parameters
value
intThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)
IsNegative_Bit(long)
Determines if a element represents a negative number (确定元素是否为负数).
public static bool IsNegative_Bit(long value)
Parameters
value
longThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value represents negative zero or a negative real number, otherwise isfalse
(如果值表示负零或负实数,则返回true
,否则返回false
).
- See Also
-
IsNegative(TSelf)