Updates this test with new sample data.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public void Update( int[] data1, int[] data2 ) |
| Visual Basic (Declaration) |
|---|
Public Sub Update ( _ data1 As Integer(), _ data2 As Integer() _ ) |
| Visual C++ |
|---|
public: void Update( array<int>^ data1, array<int>^ data2 ) |
Parameters
- data1
- Type: array<
System..::.Int32
>[]()[]
The first sample.
- data2
- Type: array<
System..::.Int32
>[]()[]
The second sample.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if data1 or data2 has length of zero. |