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