Represents a collection of rows of a data frame.
Inheritance Hierarchy
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public sealed class FrameRowCollection : IReadOnlyCollection<FrameRow>,
IEnumerable<FrameRow>, IEnumerable, IReadOnlyList<FrameRow>
Public NotInheritable Class FrameRowCollection
Implements IReadOnlyCollection(Of FrameRow), IEnumerable(Of FrameRow),
IEnumerable, IReadOnlyList(Of FrameRow)
public ref class FrameRowCollection sealed : IReadOnlyCollection<FrameRow^>,
IEnumerable<FrameRow^>, IEnumerable, IReadOnlyList<FrameRow^>
[<SealedAttribute>]
type FrameRowCollection =
class
interface IReadOnlyCollection<FrameRow>
interface IEnumerable<FrameRow>
interface IEnumerable
interface IReadOnlyList<FrameRow>
end
The FrameRowCollection type exposes the following members.
Properties
| Name | Description |
---|
| Count |
Gets the number of rows.
|
| Item |
Gets the row with the given index.
|
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also