Constructor JSONNumber
JSONNumber(double)
Initializes a new instance of the JSONNumber class.
Declaration
public JSONNumber(double aData)
Parameters
| Type | Name | Description | 
|---|---|---|
| double | aData | a data.  | 
    
JSONNumber(string)
Initializes a new instance of the JSONNumber class.
Declaration
public JSONNumber(string aData)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | aData | a data.  |