Constructor PortTypeUint
PortTypeUint(uint)
Initializes a new instance of the PortTypeUint class.
Declaration
public PortTypeUint(uint defaultValue = 0)
Parameters
Type | Name | Description |
---|---|---|
uint | defaultValue | The default value. |
PortTypeUint()
Initializes a new instance of the PortTypeUint class.
Declaration
public PortTypeUint()
PortTypeUint(PortType<uint>)
Initializes a new instance of the PortTypeUint class.
Declaration
public PortTypeUint(PortType<uint> p)
Parameters
Type | Name | Description |
---|---|---|
PortType<uint> | p | The p. |