Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,8 @@ Attributes of decimal fixed-point types
The attributes presented in this subsection are only available for decimal
fixed-point types.

.. _Adv_Ada_Decimal_Fixed_Point_Type_Digits_Attribute:

Attribute: :ada:`Digits`
^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -1507,6 +1509,8 @@ the value is two, which was used in the declaration of the :ada:`T3_D2`
subtype.


.. _Adv_Ada_Decimal_Fixed_Point_Type_Scale_Attribute:

Attribute: :ada:`Scale`
^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -1554,6 +1558,7 @@ In this example, we get the following values for the scales:
As you can see, the value of :ada:`Scale` is directly related to the *delta*
of the corresponding type declaration.

.. _Adv_Ada_Decimal_Fixed_Point_Type_Round_Attribute:

Attribute: :ada:`Round`
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Loading
Loading