TypeIO::ReadFloatA

Background

This method reads an array of float values from the data source. Subclasses of TypeIO implement this method; the TypeIO implementation fails.

Prototype

virtual int ReadFloatA( float *, size_t )

Parameters

  • float *: An array of items to read.
  • size_t: The number of items to read.

Return Value

The return value is non-zero if the method succeeds, or zero if it fails.