[][src]Function qt_core::q_float_from_float16

pub unsafe fn q_float_from_float16(
    arg1: impl CastInto<MutPtr<c_float>>,
    arg2: impl CastInto<Ptr<Qfloat16>>,
    length: c_longlong
)

Converts len qfloat16 from in to floats and stores them in out. Both in and out must have len allocated entries.

Calls C++ function: void qFloatFromFloat16(float* arg1, const qfloat16* arg2, long long length).

C++ documentation:

Converts len qfloat16 from in to floats and stores them in out. Both in and out must have len allocated entries.

This function was introduced in Qt 5.11.

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