Product Constructor |
| Name | Description | |
|---|---|---|
| Product |
Initializes an empty product instance.
| |
| Product(Int32) |
Initializes a new product of Rank 0 with the supplied sizes of columns.
| |
| Product(Product) |
Initializes a new instance that is copied from the supplied product.
| |
| Product(Int32, Int32) |
Initializes a new product of the supplied values
with the supplied sizes of columns.
| |
| Product(Int32, Int64) |
Initializes a new product of the supplied rank
with the supplied sizes of columns.
|