This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.SignificantFigures Method (ArcObjects .NET 10.5 SDK) |
Truncates input mensuration and uncertainty values based on acceptable rules for reporting measurement and uncertianty values.
[Visual Basic .NET] Public Sub SignificantFigures ( _ ByVal measurementValue As Double, _ ByVal uncertainty As Double, _ ByRef pMeasurement As String, _ ByRef pUncertainty As String _ )
[C#] public void SignificantFigures ( double measurementValue, double uncertainty, ref string pMeasurement, ref string pUncertainty );
[C++]
HRESULT SignificantFigures(
double measurementValue,
double uncertainty,
BSTR* pMeasurement,
BSTR* pUncertainty
);
[C++]
Parameters measurementValue [in] measurementValue is a parameter of type double uncertainty [in] uncertainty is a parameter of type double pMeasurement [out] pMeasurement is a parameter of type BSTR pUncertainty [out] pUncertainty is a parameter of type BSTR