ContingencyTableR, CRows Property
Gets the row values.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
IReadOnlyCollectionR