System.JSON.Builders.TJSONIterator.AsDouble
Delphi
property AsDouble: Double read GetAsDouble;
C++
__property double AsDouble = {read=GetAsDouble};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.JSON.Builders.pas System.JSON.Builders.hpp  | 
        System.JSON.Builders | TJSONIterator | 
Description
Value of the current token as a double-precision floating-point value.
Use this value property when the type of the token is TJsonToken.Float.
See Also
- System.JSON.Builders.TJSONIterator.AsBoolean
 - System.JSON.Builders.TJSONIterator.AsBytes
 - System.JSON.Builders.TJSONIterator.AsCodeWScope
 - System.JSON.Builders.TJSONIterator.AsDateTime
 - System.JSON.Builders.TJSONIterator.AsDBRef
 - System.JSON.Builders.TJSONIterator.AsGUID
 - System.JSON.Builders.TJSONIterator.AsInt64
 - System.JSON.Builders.TJSONIterator.AsInteger
 - System.JSON.Builders.TJSONIterator.AsOid
 - System.JSON.Builders.TJSONIterator.AsRegEx
 - System.JSON.Builders.TJSONIterator.AsString
 - System.JSON.Builders.TJSONIterator.AsValue
 - System.JSON.Builders.TJSONIterator.AsVariant
 - System.JSON.Builders.TJSONIterator.IsMaxKey
 - System.JSON.Builders.TJSONIterator.IsMinKey
 - System.JSON.Builders.TJSONIterator.IsNull
 - System.JSON.Builders.TJSONIterator.IsUndefined