This document is archived and information here might be outdated. Recommended version. |
The current minimum output value.
[Visual Basic .NET] Public Property Min As Double
[C#] public double Min {get; set;}
[C++]
HRESULT get_Min(
System.Double* pMinValue
);
[C++]
HRESULT put_Min(
double pMinValue
);
[C++]
Parameters pMinValue [out, retval]
pMinValue is a parameter of type double* pMinValue [in]
pMinValue is a parameter of type double