Contents

IOAF_Float32ToNativeInt32

Converts 32-bit floating point to native 32-bit integer

Declaration

void IOAF_Float32ToNativeInt32(const Float32 *src, SInt32 *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