Click or drag to resize

CategoricalDataSetItem Property (Int32, Int32)

Gets the information in the CategoricalDataSet corresponding to the specified individual and variable.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public Category this[
	int rowIndex,
	int columnIndex
] { get; }

Parameters

rowIndex
Type: SystemInt32
The zero-based index of the individual to get.
columnIndex
Type: SystemInt32
The zero-based index of the variable to get.

Property Value

Type: Category
The category of the specified variable observed at the specified individual.

Implements

IReadOnlyTabularCollectionTValue, TCollectionItemInt32, Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionrowIndex contains a value which is not a valid row index for the Data of the CategoricalDataSet.
-or-
columnIndex contains a value which is not a valid column index for the Data of the CategoricalDataSet.
See Also