BoxPlotGetStatistics Method (Int32) |
Returns statistics for a set of observations.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual BoxPlotStatistics GetStatistics(
int iSet
)
Public Overridable Function GetStatistics (
iSet As Integer
) As BoxPlotStatistics
public:
virtual BoxPlotStatistics^ GetStatistics(
int iSet
)
abstract GetStatistics :
iSet : int -> BoxPlotStatistics
override GetStatistics :
iSet : int -> BoxPlotStatistics
Parameters
- iSet
- Type: SystemInt32
An int which specifies the index of a set whose statistics are
to be returned.
Return Value
Type:
BoxPlotStatistics
A
BoxPlot.Statistics containing the statistics for the
iSet set of observations.
See Also