Property AsDouble
AsDouble
Gets the value of this instance as
double.
Declaration
public override double AsDouble { get; }
Property Value
| Type | Description |
|---|---|
| Double |
The double value that this instance represents.
|
double.
public override double AsDouble { get; }
| Type | Description |
|---|---|
| Double |
The double value that this instance represents.
|