Returns the value of the attribute "SampleSize".

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

Syntax

C#
public virtual int[] GetSampleSize()
Visual Basic (Declaration)
Public Overridable Function GetSampleSize As Integer()
Visual C++
public:
virtual array<int>^ GetSampleSize()

Return Value

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

See Also