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