Summary.Update Method (Double) |
Adds an observation to the Summary object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic void Update(
double x
)
Public Sub Update (
x As Double
)
public:
void Update(
double x
)
member Update :
x : float -> unit
Parameters
- x
- Type: System.Double
A double which specifies the data observation to be added.
See Also