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