ShewhartControlChartGetSampleSize Method |
Returns the value of the attribute "SampleSize".
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] GetSampleSize()
Public Overridable Function GetSampleSize As Integer()
public:
virtual array<int>^ GetSampleSize()
abstract GetSampleSize : unit -> int[]
override GetSampleSize : unit -> int[]
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