Class NSFieldInfoDecimal
Decimal (double precision) custom database field.
Constructors
NSFieldInfoDecimal()
Initializes a new instance of the NSFieldInfoDecimal class.
Declaration
NSFieldInfoDecimal Methods
GetDefaultValue()
Declaration
Float GetDefaultValue() Examples
NSFieldInfoDecimal thing;
Float defaultValue = thing.GetDefaultValue();
Returns
| Type | Description |
| Float | Default decimal (double precision) value. |
GetPrecision()
Declaration
Integer GetPrecision() Examples
NSFieldInfoDecimal thing;
Integer precision = thing.GetPrecision();
Returns
| Type | Description |
| Integer | How many decimals to display. |