Method IsNegativeInfinity_Bcl
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
IsNegativeInfinity_Bcl(float)
Determines if a element is negative infinity (确定元素是否为负无穷大).
public static bool IsNegativeInfinity_Bcl(float value)
Parameters
valuefloatThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is negative infinity, otherwise isfalse(如果值是负无穷大,则返回true,否则返回false).
- See Also
-
IsNegativeInfinity(TSelf)
IsNegativeInfinity_Bcl(double)
Determines if a element is negative infinity (确定元素是否为负无穷大).
public static bool IsNegativeInfinity_Bcl(double value)
Parameters
valuedoubleThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is negative infinity, otherwise isfalse(如果值是负无穷大,则返回true,否则返回false).
- See Also
-
IsNegativeInfinity(TSelf)
IsNegativeInfinity_Bcl(Half)
Determines if a element is negative infinity (确定元素是否为负无穷大).
public static bool IsNegativeInfinity_Bcl(Half value)
Parameters
valueHalfThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is negative infinity, otherwise isfalse(如果值是负无穷大,则返回true,否则返回false).
- See Also
-
IsNegativeInfinity(TSelf)