< Ada Programming < Attributes 
 
 
      
Ada. Time-tested, safe and secure.
Description
X'Delta is an Ada attribute where X is any fixed point type. This attribute represents the delta specified in the type definition of X.
Example
typeMy_Fixedisdelta0.1range0.0 .. 100.0;pragmaAssert (My_Fixed'Delta = 0.1); -- OK
See also
Wikibook
Ada Reference Manual
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.