Name Description
CompareTo(Number) Compares the current Number with another Number.
CompareTo(Object) Compares the current Number with the other.
Equals(Number) Determines whether the specified other is equal to this Number.
Equals(Object) Determines whether the specified other is equal to this Number.
GetHashCode Retrieves a hash code for this Number.
GetTypeCode Returns the type code for the Number value type.
ToString Converts the numeric value of this instance to its equivalent string representation.
ToString(IFormatProvider) Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.
ToString(String) Converts the numeric value of this instance to its equivalent string representation, using the specified format.
ToString(String, IFormatProvider) Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.
Name Description
op_Explicit(Byte) Converts a Number to a Byte value.
op_Explicit(Decimal) Converts a Number to a Decimal value.
op_Explicit(Double) Converts a Number to a Double value.
op_Explicit(Single) Converts a Number to a Single value.
op_Explicit(Int32) Converts a Number to a Int32 value.
op_Explicit(Int64) Converts a Number to a Int64 value.
op_Explicit(SByte) Converts a Number to a SByte value.
op_Explicit(Int16) Converts a Number to a Int16 value.
op_Explicit(UInt32) Converts a Number to a UInt32 value.
op_Explicit(UInt64) Converts a Number to a UInt64 value.
op_Explicit(UInt16) Converts a Number to a UInt16 value.
op_Implicit(UaFx.Number) Converts a Byte to a Number value.
op_Implicit(UaFx.Number) Converts a Decimal to a Number value.
op_Implicit(UaFx.Number) Converts a Double to a Number value.
op_Implicit(UaFx.Number) Converts a Single to a Number value.
op_Implicit(UaFx.Number) Converts a Int32 to a Number value.
op_Implicit(UaFx.Number) Converts a Int64 to a Number value.
op_Implicit(UaFx.Number) Converts a SByte to a Number value.
op_Implicit(UaFx.Number) Converts a Int16 to a Number value.
op_Implicit(UaFx.Number) Converts a UInt32 to a Number value.
op_Implicit(UaFx.Number) Converts a UInt64 to a Number value.
op_Implicit(UaFx.Number) Converts a UInt16 to a Number value.
op_Inequality(Number, Number) Returns a value indicating whether two values of Number are not equal.
op_LessThan(Number, Number) Determines whether the first specified Number value is less than the second specified Number value.
op_LessThanOrEqual(Number, Number) Determines whether the first specified Number value is less than or equal to the second Number value.
op_Equality(Number, Number) Returns a value indicating whether two values of Number are equal.
op_GreaterThan(Number, Number) Determines whether the first specified Number value is greater than the second specified Number value.
op_GreaterThanOrEqual(Number, Number) Determines whether the first specified Number value is greater than or equal to the second specified Number value.