ShewhartControlChartSetSampleSize Method (Int32) |
Sets the value of the attribute "SampleSize"
when there is only a single sample size.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetSampleSize(
int sampleSize
)
Public Overridable Sub SetSampleSize (
sampleSize As Integer
)
public:
virtual void SetSampleSize(
int sampleSize
)
abstract SetSampleSize :
sampleSize : int -> unit
override SetSampleSize :
sampleSize : int -> unit
Parameters
- sampleSize
- Type: SystemInt32
The value of the attribute "SampleSize".
Remarks
Its default value is an array of length one containing a one,
(new int[]{1}).
See Also