Function qt_core::q_round_qfloat16

source ·
pub unsafe fn q_round_qfloat16(d: impl CastInto<Ref<Qfloat16>>) -> c_int
Available on cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.
Expand description

Rounds value to the nearest integer.

Calls C++ function: int qRound(qfloat16 d).

C++ documentation:

Rounds value to the nearest integer.

See also qRound.