Summary
Defines the storage precision.
Unit
Math387
Declaration
TPrecision = (prDouble, prSingle, prInteger, prCardinal, prSmallInt, prWord, prShortInt, prByte, prMuLaw, prALaw, prInt24);
| Value | Description |
|---|
| prDouble | 8 byte floating point |
| prSingle | 4 byte floating point |
| prInteger | 4 byte signed integer |
| prCardinal | 4 byte unsigned integer |
| prSmallInt | 2 byte signed integer |
| prWord | 2 byte unsigned integer |
| prShortInt | 1 byte signed integer |
| prBute | 1 byte unsigned integer |
| prMuLaw | 1 byte dynamic floating point audio compression |
| prALaw | 1 byte dynamic floating point audio compression |
| prInt24 | 3 byte signed integer |
Description
Defines the precision in which the data is to be stored in the file or in to a stream.
| Copyright 2008 Dew Research |
http://www.dewresearch.com