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

◆ is_finite()

template<typename type_t >
static bool xtd::box_floating_point< type_t >::is_finite ( type_t  value)
inlinestaticnoexcept

Determines whether the specified value is finite (zero, subnormal, or normal).

Parameters
valueA floating-point number.
Returns
true if the value is finite (zero, subnormal or normal); false otherwise.