| Product Constructor (Int32, Int64) |
Initializes a new product of the supplied rank
with the supplied sizes of columns.
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax public Product(
int[] sizes,
long rank
)
Parameters
- sizes
- Type: SystemInt32
Size of each column. - rank
- Type: SystemInt64
Row index in the ordered Product table.
Exceptions Remarks
If the supplied
rank is out of the range (0..
RowCount-1),
it will be normalized to the valid range.
For example, a value of -1 will produce the last row in the ordered table.
See Also