abfDefaultPrecision()

Indicates the default precision of the values in the currently open ABF file.

Syntax

void abfDefaultPrecision(int prec);

Inputs

prec
The precision in bytes.

Example

abfDefaultPrecision(4); /* use floats instead of doubles */

Comments

ABF supports one-, two-, four-, or eight-byte integers and four- or eight-byte real numbers.

The default is eight-byte "doubles."