Function qt_core::q_is_inf_double

source ·
pub unsafe fn q_is_inf_double(d: c_double) -> bool
Expand description

Returns true if the qfloat16 f is equivalent to infinity.

Calls C++ function: bool qIsInf(double d).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for bool qIsInf(qfloat16 f):

Returns true if the qfloat16 f is equivalent to infinity.

See also qIsInf.