This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter2 Interface > IJSONWriter2.WriteDoubleEx Method (ArcObjects .NET 10.4 SDK) |
Writes a double with specified number of digits after decimal point.
[Visual Basic .NET] Public Sub WriteDoubleEx ( _ ByVal Name As String, _ ByVal Value As Double, _ ByVal precision As Integer _ )
[C#] public void WriteDoubleEx ( string Name, double Value, int precision );
[C++]
HRESULT WriteDoubleEx(
BSTR Name,
double Value,
long precision
);
[C++]
Parameters Name Name is a parameter of type BSTR Value Value is a parameter of type double precision precision is a parameter of type long