This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.AddDoubleEx Method (ArcObjects .NET 10.4 SDK) |
Adds new double value to the array. Stores precision for use in ToJSON and ToJSONString
[Visual Basic .NET] Public Sub AddDoubleEx ( _ ByVal Value As Double, _ ByVal precision As Integer _ )
[C#] public void AddDoubleEx ( double Value, int precision );
[C++]
HRESULT AddDoubleEx(
double Value,
long precision
);
[C++]
Parameters Value [in] Value is a parameter of type double precision [in] precision is a parameter of type long