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