Class PortTypeFloat
Class PortTypeFloat. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeFloat : PortType<float>
Constructors
Name | Description |
---|---|
PortTypeFloat() | Initializes a new instance of the PortTypeFloat class. |
PortTypeFloat(PortType<float>) | Initializes a new instance of the PortTypeFloat class. |
PortTypeFloat(float) | Initializes a new instance of the PortTypeFloat class. |
See Also
PortType<T>