| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a newly created float. |
| GetValueOrDefault(Single) | Overloaded. Returns the Value of the object, or the passed defaultValue. |
| GetValueOrDefault(VistaDBSingle) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |