This document is archived and information here might be outdated. Recommended version. |
The minimum value of the historgram.
[Visual Basic .NET]
Public Property Min As Double
[C#]
public double Min {get; set;}
[C++]
HRESULT get_Min(
System.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