Click or drag to resize

FrameRowItem Property (Int32)

Gets the value of the column with the given index.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Object this[
	int c
] { get; }

Parameters

c
Type: SystemInt32
The index of the column.

Return Value

Type: Object
The value of the cth column.

Implements

IReadOnlyListTItemInt32
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionc is less than zero or greater than or equal to the number of columns Count.
See Also