| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a newly created double. |
| GetValueOrDefault(Double) | Overloaded. Returns the Value of the object, or the passed defaultValue. |
| GetValueOrDefault(VistaDBDouble) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |