This document is archived and information here might be outdated. Recommended version. |
The maximum value.
[Visual Basic .NET]
Public ReadOnly Property Maximum As Double
[C#]
public double Maximum {get;}
[C++]
HRESULT get_Maximum(
System.Double* max
);
[C++] Parameters max [out, retval]
max is a parameter of type double*
Returns the Maximum data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.