Kaos.Combinatorics Library
Kaos.Combinatorics Library
Kaos.Combinatorics
Product Class
Product Methods
CompareTo Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
GetRows Method
Permute(T) Method
Size Method
ToString Method
Product
Size Method
Get the size of a column.
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
Copy
public
int
Size
(
int
column
)
Parameters
column
Type:
System
Int32
Column index.
Return Value
Type:
Int32
Number of distinct values (starting at 0) that a column may take.
Exceptions
Exception
Condition
IndexOutOfRangeException
When
column
not in range (0..
Width
-1).
See Also
Reference
Product Class
Kaos.Combinatorics Namespace
[v6.0.0.0] Copyright © 2009-2020 Kasey O. (github.com/kaosborn)