Property AsDouble
AsDouble
Gets the value of this instance as double precision floating
point number.
Declaration
public virtual double AsDouble { get; }
Property Value
| Type | Description |
|---|---|
| Double | double value of this instance. |
Remarks
Valid only if this instance is DoubleValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not DoubleValue. |