ArcFM Responder Mobile Developer Guide
Implicit Type Conversion(GasJunctionTraceWeight,UInt32) Operator






The integer.
Performs an implicit conversion from System.UInt32 to GasJunctionTraceWeight.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal integer As System.UInteger _
) As GasJunctionTraceWeight
'Usage
 
public GasJunctionTraceWeight operator implicit( 
   System.uint integer
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: GasJunctionTraceWeight* op_Implicit( 
   System.uint integer
)
public:
operator GasJunctionTraceWeight^ ( 
   System.uint integer
)

Parameters

integer
The integer.

Return Value

The result of the conversion.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GasJunctionTraceWeight Class
GasJunctionTraceWeight Members
Overload List

Send Feedback