DecoderSpecs Constructor
DecoderSpecs(int, int)
Initialize all members with the given number of tiles and components.
Declaration
public DecoderSpecs(int nt, int nc)
Public Sub New(nt As Integer, nc As Integer)
Parameters
| Type |
Name |
Description |
| int |
nt |
Number of tiles
|
| int |
nc |
Number of components
|