Open this page in the API Guide

NumberImplicit Conversion Operators

Overload List
  NameDescription
Public operatorStatic memberImplicit(Byte to Number)
Implicitly converts the value from type Byte to type Number.
Public operatorStatic memberImplicit(Decimal to Number)
Implicitly converts the value from type Decimal to type Number.
Public operatorStatic memberImplicit(Double to Number)
Implicitly converts the value from type Double to type Number.
Public operatorStatic memberImplicit(Int16 to Number)
Implicitly converts the value from type Int16 to type Number.
Public operatorStatic memberImplicit(Int32 to Number)
Implicitly converts the value from type Int32 to type Number.
Public operatorStatic memberImplicit(Int64 to Number)
Implicitly converts the value from type Int64 to type Number.
Public operatorStatic memberImplicit(Single to Number)
Implicitly converts the value from type Single to type Number.
Public operatorStatic memberImplicit(UInt16 to Number)
Implicitly converts the value from type UInt16 to type Number.
Public operatorStatic memberImplicit(UInt32 to Number)
Implicitly converts the value from type UInt32 to type Number.
Public operatorStatic memberImplicit(UInt64 to Number)
Implicitly converts the value from type UInt64 to type Number.
Public operatorStatic memberImplicit(Number to Double)
Implicitly converts the value from type Number to type Double.
Top
See Also