Function qt_core::q_is_finite_float

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

Returns true if the qfloat16 f is a finite number.

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

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

Returns true if the qfloat16 f is a finite number.

See also qIsFinite.