FixedDecimalTypeAttribute class
A non-RPG class may stamp a decimal member with this attribute to be considered as a fixed-sized decimal field by a consumer RPG program.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Attribute
Properties
Type | Name | Description |
---|---|---|
DecimalKind | Kind | Gets the kind of fixed decimal number this item represents. |
Byte | Precision | Gets the number of digits in the fixed decimal. |
Byte | Scale | Gets the number of decimal positions in the fixed decimal. |