ContingencyTableR, CRows Property |
Gets the row values.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual IReadOnlyCollection<R> Rows { get; }
Public Overridable ReadOnly Property Rows As IReadOnlyCollection(Of R)
Get
public:
virtual property IReadOnlyCollection<R>^ Rows {
IReadOnlyCollection<R>^ get ();
}
abstract Rows : IReadOnlyCollection<'R> with get
override Rows : IReadOnlyCollection<'R> with get
Property Value
Type:
IReadOnlyCollectionRSee Also