Implicit Type Conversion(Unit,Int32) Operator
In This Topic
Converts an integer value to a
Unit using
UnitTypeEnum.Default units.
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Integer _
) As Unit
public Unit operator implicit(
int
)
Parameters
- value
- The integer value.
Return Value
The unit value.
See Also