This document is archived and information here might be outdated. Recommended version. |
Adds a data value to the collection of values used to derive the statistics.
[Visual Basic .NET]
Public Sub AddValue ( _
ByVal Value As Double _
)
[C#]
public void AddValue (
double Value
);
[C++]
HRESULT AddValue(
double Value
);
[C++] Parameters Value [in]
Value is a parameter of type double
The AddValue method adds the specified data value to the BaseStatistics. After adding all of the data values you can then generate statistics.