UChart Constructor (AxisXY, Double, Int32) |
Creates a u-Chart given the number of defects for a series of
samples with equal sample sizes.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public UChart(
AxisXY axis,
double sizeSample,
int[] numberDefects
)
Public Sub New (
axis As AxisXY,
sizeSample As Double,
numberDefects As Integer()
)
public:
UChart(
AxisXY^ axis,
double sizeSample,
array<int>^ numberDefects
)
new :
axis : AxisXY *
sizeSample : float *
numberDefects : int[] -> UChart
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
- sizeSample
- Type: SystemDouble
The size of each sample.
- numberDefects
- Type: SystemInt32
An array of arrays containing the number of defects.
The number of defects must all be nonnegative.
See Also