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