le_to_float

@param buf Pointer to source byte array, may be unaligned @return A 32 bit floating point value The input is interpreted as an IEEE 754 format float in little-endian byte order.

@system @nogc pragma(inline, true) @nogc @system
float
le_to_float
(
const(ubyte)* buf
)

Meta