This document is archived and information here might be outdated.  Recommended version.


IStatisticsResults.Minimum Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IStatisticsResults.Minimum Property

The minimum value.

[Visual Basic .NET]
Public ReadOnly Property Minimum As Double
[C#]
public double Minimum {get;}
[C++]
HRESULT get_Minimum(
  double* min
);
[C++]

Parameters min [out, retval] min is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the Minimum data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.

See Also

IStatisticsResults Interface