Click or drag to resize
ShewhartControlChartGetSampleSize Method
Returns the value of the attribute "SampleSize".

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int[] GetSampleSize()

Return Value

Type: Int32
The value of the attribute "SampleSize". Its default value is an array of length one containing a one, (new int[]{1}).
See Also