JsonNumberDoubleValue Property |
Gets the double value.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic double DoubleValue { get; }
Public ReadOnly Property DoubleValue As Double
Get
Property Value
Type:
Double
ExceptionsException | Condition |
---|
OverflowException | When accessing value which is out of Double bounds. |
See Also