| ProductSize Method |
Get the size of a column.
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax public int Size(
int column
)
Parameters
- column
- Type: SystemInt32
Column index.
Return Value
Type:
Int32Number of distinct values (starting at 0) that a column may take.
Exceptions See Also