Gets the cell at the specified position in the contingency table.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ContingencyTableCell this[
int row,
int column
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer
) As ContingencyTableCell
Get
public:
property ContingencyTableCell default[int row, int column] {
ContingencyTableCell get (int row, int column);
}
member Item : ContingencyTableCell with get
Parameters
- row
- Type: SystemInt32
The zero-based index of the row. - column
- Type: SystemInt32
The zero-based index of the column.
Property Value
Type:
ContingencyTableCell
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference