Class PortConverterUintDouble
Class PortConverterUintDouble. Implements the PortConverter<FirstType, SecondType>
Inheritance
PortConverterUintDouble
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[PortConverter(typeof(uint), typeof(double))]
public class PortConverterUintDouble : PortConverter<uint, double>
Methods
ConvertFirstToSecond()
Implement to convert from source to target.
Declaration
public override void ConvertFirstToSecond()
Overrides
Mechatronics.SystemGraph.PortConverter<System.UInt32, System.Double>.ConvertFirstToSecond()
ConvertSecondToFirst()
Implement to convert from target to source.
Declaration
public override void ConvertSecondToFirst()
Overrides
Mechatronics.SystemGraph.PortConverter<System.UInt32, System.Double>.ConvertSecondToFirst()
See Also
PortConverter<FirstType, SecondType>