Gets or sets the second NumericalVariable this test is being applied to.

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property Sample2 As NumericalVariable
C#
public NumericalVariable Sample2 { get; set; }
C++
public:
NumericalVariable^ Sample2 {
	NumericalVariable^ get ();
	void set (NumericalVariable^ value);
}

Value

The second NumericalVariable this test is being applied to.