This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.Min Property (ArcObjects .NET 10.5 SDK) |
The minimum value of the historgram.
[Visual Basic .NET] Public Property Min As Double
[C#] public double Min {get; set;}
[C++]
HRESULT get_Min(
double* Min
);
[C++]
HRESULT put_Min(
double Min
);
[C++]
Parameters Min [out, retval] Min is a parameter of type double Min [in] Min is a parameter of type double