![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Calculates minimum and maximum values.
[Visual Basic .NET]
Public Sub CalcMinMaxExt ( _
    ByVal positiveValuesOnly As Boolean, _
    ByRef MinValue As Double, _
    ByRef maxValue As Double _
)
[C#]
public void CalcMinMaxExt (
    bool positiveValuesOnly,
    ref double MinValue,
    ref double maxValue
);
[C++]
HRESULT CalcMinMaxExt(
  VARIANT_BOOL positiveValuesOnly,
  System.Double* MinValue,
  System.Double* maxValue
);
[C++] Parameters positiveValuesOnly [in]
positiveValuesOnly is a parameter of type bool MinValue [out]
MinValue is a parameter of type double* maxValue [out]
maxValue is a parameter of type double*