Class PortConverterUintFloat
Class PortConverterUintFloat. Implements the PortConverter<FirstType, SecondType>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[PortConverter(typeof(uint), typeof(float))]
public class PortConverterUintFloat : PortConverter<uint, float>
Methods
Name | Description |
---|---|
ConvertFirstToSecond() | Implement to convert from source to target. |
ConvertSecondToFirst() | Implement to convert from target to source. |
See Also
PortConverter<FirstType, SecondType>