Click or drag to resize

ProductSize Method

Get the size of a column.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public int Size(
	int column
)

Parameters

column
Type: SystemInt32
Column index.

Return Value

Type: Int32
Number of distinct values (starting at 0) that a column may take.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionWhen column not in range (0..Width-1).
See Also