| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a newly created decimal. |
| GetValueOrDefault(Decimal) | Overloaded. Returns the Value of the object, or the passsed defaultValue. |
| GetValueOrDefault(VistaDBDecimal) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |