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