[][src]Function qt_core::q_is_nan_qfloat16

pub unsafe fn q_is_nan_qfloat16(f: impl CastInto<Ref<Qfloat16>>) -> bool

Returns true if the qfloat16 f is not a number (NaN).

Calls C++ function: bool qIsNaN(qfloat16 f).

C++ documentation:

Returns true if the qfloat16 f is not a number (NaN).

See also qIsNaN.

This item is available if any(cpp_lib_version="5.12.2", cpp_lib_version="5.13.0").