You are here: Symbol Reference > Math387 Namespace > Structs, Records, Enums > Math387.TPrecision Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.TPrecision Enumeration

Storage precision.

Pascal
TPrecision = ( prDouble, prSingle, prInteger, prCardinal, prSmallInt, prWord, prShortInt, prByte, prMuLaw, prALaw, prInt24 );
Members 
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 
prByte 
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 

Defines the precision in which the data is (to be) stored in the file or in to a stream.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!