| JsonNumberSingleValue Property |
Gets the single value.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic float SingleValue { get; }Public ReadOnly Property SingleValue As Single
Get
Property Value
Type:
Single
Exceptions| Exception | Condition |
|---|
| OverflowException | When accessing value which is out of Single bounds. |
See Also