Number Operators and Type Conversions

The Number type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Compares two Number structures for equality.
Public operatorStatic member(Enum to Number)
Converts the value from type Enum to type Number.
Public operatorStatic member(Number to UInt16)
Converts the value from type Number to type UInt16.
Public operatorStatic member(Number to UInt32)
Converts the value from type Number to type UInt32.
Public operatorStatic member(Number to UInt64)
Converts the value from type Number to type UInt64.
Public operatorStatic member(Number to Byte)
Converts the value from type Number to type Byte.
Public operatorStatic member(Number to Decimal)
Converts the value from type Number to type Decimal.
Public operatorStatic member(Number to Int16)
Converts the value from type Number to type Int16.
Public operatorStatic member(Number to Int32)
Converts the value from type Number to type Int32.
Public operatorStatic member(Number to Int64)
Converts the value from type Number to type Int64.
Public operatorStatic member(Number to Single)
Converts the value from type Number to type Single.
Public operatorStatic member(Number to String)
Converts the value from type Number to type String.
Public operatorStatic memberGreaterThan
Compares two Number.
Public operatorStatic memberGreaterThanOrEqual
Compares two Number.
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.
Public operatorStatic memberInequality
Compares two Number structures for inequality.
Public operatorStatic memberLessThan
Compares two Number.
Public operatorStatic memberLessThanOrEqual
Compares two Number.
Top
See Also