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