Storage precision.
Math387.cs
|
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-2024 by Dew Research. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|