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

ExceptionCondition
ArgumentOutOfRangeExceptionThe new value is not equal to one of the allowed values of SamplePairing.