Class PortTypeUint
Class PortTypeUint. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortTypeUint : PortType<uint>
Constructors
PortTypeUint()
Initializes a new instance of the PortTypeUint class.
Declaration
public PortTypeUint()
PortTypeUint(PortType<UInt32>)
Initializes a new instance of the PortTypeUint class.
Declaration
public PortTypeUint(PortType<uint> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<UInt32> | p | The p. |
PortTypeUint(UInt32)
Initializes a new instance of the PortTypeUint class.
Declaration
public PortTypeUint(uint defaultValue = 0U)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | defaultValue | The default value. |
See Also
PortType<T>