FrameRowItem(Int32) Property
Gets the value of the column with the given index.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public Object this[
int c
] { get; }
Public ReadOnly Default Property Item (
c As Integer
) As Object
Get
public:
virtual property Object^ default[int c] {
Object^ get (int c) sealed;
}
abstract Item : Object with get
override Item : Object with get
- c Int32
- The index of the column.
ObjectThe value of the
cth column.
IReadOnlyListTItemInt32