pub unsafe fn q_round64_qfloat16(d: impl CastInto<Ref<Qfloat16>>) -> i64
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 64-bit integer.

Calls C++ function: qint64 qRound64(qfloat16 d).

C++ documentation:

Rounds value to the nearest 64-bit integer.

See also qRound64.