xtd 0.2.0
Loading...
Searching...
No Matches

◆ is_negative_infinity()

static bool xtd::math::is_negative_infinity ( double  value)
staticnoexcept

Returns a value indicating whether the specified number evaluates to negative infinity.

Parameters
valueA double-precision floating-point number.
Returns
true if value evaluates to xtd::math::negative_infinity; otherwise, false.
Deprecated:
Replaced by xtd::double_object::is_negative_infinity - Will be removed in version 0.4.0