Implicit Type Conversion(RdlInt,Int32) Operator
In This Topic
Converts an integer to an
RdlInt object.
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Integer _
) As RdlInt
public RdlInt operator implicit(
int
)
Parameters
- value
- An integer to convert.
Return Value
The
RdlInt representing the converted value.
See Also