Ada Programming/Attributes/'Extended Aft
Description
editReturns the minimum number of characters required for the fractional part of the representation of the fixed point subtype T. All parameters are optional. They are:
- Base : Number_Base := 10
- the base in which the digits will be represented.
- Based : Boolean := FALSE
- if TRUE, compute the width of the based format (e.g.,10#99.0#).
Example
editT'EXTENDED_AFT(Base, Based)