Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Shared Widening Operator CType( _ 
   ByVal other As UomMeasure(Of T) _ 
) As Double
C#
public static double op_Implicit(
   UomMeasure<T> other
)
C++
public:
 static double op_Implicit(
   UomMeasure<T> other
)
J#
JSharp does not support overloaded operators.
JScript
JScript does not support generic types and methods.

See Also