Adds an observation to the Summary object.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void Update( double x ) |
Visual Basic (Declaration) |
---|
Public Sub Update ( _ x As Double _ ) |
Visual C++ |
---|
public: void Update( double x ) |
Parameters
- x
- Type: System..::.Double
A double which specifies the data observation to be added.