Table<'R, 'C, 'T> Type
A 2D table with generic row‐labels and column‐labels, backed by a flattened Matrix<'T>
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
this.ColKeys
Returns: 'C[]
|
|
Full Usage:
this.Data
Returns: Vector<'T>
|
|
|
|
Full Usage:
this.GetColumn
Parameters:
'C
Returns: ('R * 'T)[]
|
|
Full Usage:
this.GetRow
Parameters:
'R
Returns: ('C * 'T)[]
|
|
Full Usage:
this[r, c]
Parameters:
'R
Returns: 'C
|
|
Full Usage:
this[i, j]
Parameters:
int
Returns: int
|
|
Full Usage:
this.NumCols
Returns: int
|
|
Full Usage:
this.NumRows
Returns: int
|
|
Full Usage:
this.RowKeys
Returns: 'R[]
|
FSharp.Stats