Function qt_core::q_is_inf_float

source ·
pub unsafe fn q_is_inf_float(f: c_float) -> bool
Expand description

Returns true if the qfloat16 f is equivalent to infinity.

Calls C++ function: bool qIsInf(float f).

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.