Sets the value of the attribute "SampleSize" when there is only a single sample size.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetSampleSize(
	int sampleSize
)
Visual Basic (Declaration)
Public Overridable Sub SetSampleSize ( _
	sampleSize As Integer _
)
Visual C++
public:
virtual void SetSampleSize(
	int sampleSize
)

Parameters

sampleSize
Type: System..::.Int32
The value of the attribute "SampleSize".

Remarks

Its default value is an array of length one containing a one, (new int[]{1}).

See Also