FrameRowCollectionItem Property |
Gets the row with the given index.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public FrameRow this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As FrameRow
Get
public:
virtual property FrameRow^ default[int index] {
FrameRow^ get (int index) sealed;
}
abstract Item : FrameRow with get
override Item : FrameRow with get
Parameters
- index
- Type: SystemInt32
The (zero-based) index.
Return Value
Type:
FrameRowImplements
IReadOnlyListTItemInt32See Also