Number  Conversion Operators

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