RAD Studio VCL Reference
|
TFloatValue is an enumeration of two basic floating point types.
TFloatValue = ( fvExtended, fvCurrency );
enum TFloatValue { fvExtended, fvCurrency };
TFloatValue is used by a number of data conversion routines, where it is used to indicate what type of floating point number is being handled.
These are the possible values of the TFloatValue type:
Value |
Meaning |
fvExtended |
An extended floating point number. These are the highest capacity floating point numbers in Delphi : they support the largest mantissa and exponent sizes. |
fvDecimal |
A decimal floating point number. Decimals have a fixed exponent size of 4 digits. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|