[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Clone floating point value
Source position: fpjson.pp line 166
public function TJSONFloatNumber.Clone: TJSONData; override; |
New instance of TJSONFloatNumber with the same value
Clone overrides TJSONData.Clone and creates an instance of the same class with the same floating-point value.
|
Duplicate the value of the JSON data |