[][src]Function qt_core::q_round64_double

pub unsafe fn q_round64_double(d: c_double) -> i64

Rounds value to the nearest 64-bit integer.

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

Warning: no exact match found in C++ documentation. Below is the C++ documentation for qint64 qRound64(qfloat16 value):

Rounds value to the nearest 64-bit integer.

See also qRound64.