Click or drag to resize

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; }

Parameters

index
Type: SystemInt32
The (zero-based) index.

Return Value

Type: FrameRow

Implements

IReadOnlyListTItemInt32
See Also