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