European methods for rounding decimal values.
    typedef enum {
        APIExtAc_Off,
        APIExtAc_Small5,
        APIExtAc_Small25,
        APIExtAc_Small1,
        APIExtAc_Small01,
        APIExtAc_Fractions
    } API_ExtraAccuracyID;
    
Members
- APIExtAc_Off
- extra accuracy off
- APIExtAc_Small5
- show small 5 after decimals
- APIExtAc_Small25
- show small 25/75 after decimals
- APIExtAc_Small1
- show small 1 after decimals
- APIExtAc_Small01
- show small 01 after decimals
- APIExtAc_Fractions
- show small fractions
Requirements
- Version: API 4.1 or later
- Header: APIdefs_Environment.h
See Also
API_LengthDimFormat
API_CalcLengthFormat
API_CalcAreaFormat
API_CalcVolumeFormat
API Types