Concatenates the values in x to the first sample provided in
the constructor.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void UpdateX( double[] x ) |
Visual Basic (Declaration) |
---|
Public Sub UpdateX ( _ x As Double() _ ) |
Visual C++ |
---|
public: void UpdateX( array<double>^ x ) |
Parameters
- x
- Type: array<
System..::.Double
>[]()[]
A double array containing updates for the first sample.