Gets or sets the proposed difference between the two means.

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

Syntax

Visual Basic (Declaration)
Public Property Difference As Double
C#
public double Difference { get; set; }
C++
public:
double Difference {
	double get ();
	void set (double value);
}

Value

The proposed difference between the two means.