| Name | Description |
---|
  | Implicit(Byte to Number) |
Implicitly converts the value from type Byte to type Number.
|
  | Implicit(Decimal to Number) | |
  | Implicit(Double to Number) |
Implicitly converts the value from type Double to type Number.
|
  | Implicit(Int16 to Number) |
Implicitly converts the value from type Int16 to type Number.
|
  | Implicit(Int32 to Number) |
Implicitly converts the value from type Int32 to type Number.
|
  | Implicit(Int64 to Number) |
Implicitly converts the value from type Int64 to type Number.
|
  | Implicit(Single to Number) |
Implicitly converts the value from type Single to type Number.
|
  | Implicit(UInt16 to Number) |
Implicitly converts the value from type UInt16 to type Number.
|
  | Implicit(UInt32 to Number) |
Implicitly converts the value from type UInt32 to type Number.
|
  | Implicit(UInt64 to Number) |
Implicitly converts the value from type UInt64 to type Number.
|
  | Implicit(Number to Double) |
Implicitly converts the value from type Number to type Double.
|