IJsonObjectBuilder.AddDouble

Syntax

AddDouble(Property_: String; Value: Double): IJsonObjectBuilder;

AddDouble(Property_: String; Value: Double): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. Real value.

Description

The AddDouble method adds an element with a real value.

Fore and Fore.NET Examples

The example of use is given in description of the IJsonDocument.WriteToString method.

See also:

IJsonObjectBuilder