convExIntToFlt

Converts a 32 bit extended integer stream to 32 bit floating point.

@nogc nothrow pure public
void
convExIntToFlt
(
size_t length
,
int* src
,
float* dest
)

Meta