Contents

IOAF_SwapInt16ToFloat32

Converts non-native 16-bit integer float to 32-bit float

Declaration

void IOAF_SwapInt16ToFloat32(const SInt16 *src, Float32 *dest, unsigned int count);

Parameters

  • src:

    Pointer to the data to convert

  • dest:

    Pointer to the converted data

  • count:

    The number of items to convert

See Also

Conversions