Gets or sets a value that indicates whether the test is paired or unpaired.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Pairing As SamplePairing |
| C# |
|---|
public SamplePairing Pairing { get; set; } |
| C++ |
|---|
public: SamplePairing Pairing { SamplePairing get (); void set (SamplePairing value); } |
Value
A SamplePairing value.
Remarks
The default value is Unpaired.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The new value is not equal to one of the allowed values of SamplePairing. |