Gets or sets the size of the sample.

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

Syntax

Visual Basic (Declaration)
Public Property SampleSize As Integer
C#
public int SampleSize { get; set; }
C++
public:
int SampleSize {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
InvalidOperationExceptionAn attempt is made to set the sample mean for a test based on a NumericalVariable sample. Set Sample to nullNothingnullptr before setting this property.
ArgumentOutOfRangeExceptionThe new sample size is less than one.