Name | Description | |
---|---|---|
![]() | TdNumber Constructor | Overloaded. |
The following tables list the members exposed by TdNumber.
Name | Description | |
---|---|---|
![]() | TdNumber Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | MaxValue | The maximum value of a TdNumber. The value is 9.999999999999999999999999999999999999999e+125. |
![]() ![]() | MinValue | The minimum value of a TdNumber. The value is -9.999999999999999999999999999999999999999e+125. |
![]() ![]() | Null | Gets a Null TdNumber instance. |
Name | Description | |
---|---|---|
![]() | IsNull | Indicates that this instance of TdNumber represents a null value. |
![]() | IsPositive | Indicates whether this TdNumber instance is greater than or equal to zero. |
![]() | Value | Gets the Double representation of this TdNumber instance. |
Name | Description | |
---|---|---|
![]() ![]() | Abs | The absolute value of the specified TdNumber is returned. |
![]() ![]() | Add | Calculates the sum of the two TdNumber operands. |
![]() ![]() | Compare | Compares two instances of TdNumber and returns a value indicating whether left is greater than, less than or equal to right. |
![]() | CompareTo | Overloaded. Compares this instance to the supplied object and returns whether it is less than, equal or greater than the supplied object. |
![]() ![]() | Divide | Calculates the results of dividing the first TdNumber operand by the second. |
![]() | Equals | Overloaded. Returns a value indicating whether two instances of TdNumber are equal. |
![]() | GetBits | The binary representation of the value of this TdNumber structure is returned as an array of signed integers. |
![]() | GetBytes | The binary representation of this TdNumber structure is returned as an array of bytes. |
![]() | GetHashCode | Returns the hash code for this instance. |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() ![]() | GetXmlSchema | Specifies the XML Qualified name for TdNumber XML type mapping. |
![]() ![]() | GreaterThan | Compares two TdNumbers to determine whether the left operand is greater than the right operand. |
![]() ![]() | GreaterThanOrEqual | Compares two TdNumbers to determine whether the left operand is greater than or equal to the right operand. |
![]() ![]() | LessThan | Compares two TdNumbers to determine whether the left operand is less than the right operand. |
![]() ![]() | LessThanOrEqual | Compares two TdNumbers to determine whether the left operand is less than or equal to the right operand. |
![]() ![]() | Multiply | The arithmetic product of two TdNumbers is calculated. |
![]() ![]() | Negate | Calculates the negation of the TdNumber operand. |
![]() ![]() | NotEquals | Compares two TdNumbers to determine whether the left operand is not equal to the right operand. |
![]() ![]() | Parse | Overloaded. Converts a numeric string into an equivalent instance of a TdNumber. |
![]() ![]() | Subtract | Calculates the result of subtracting two TdNumber operands. |
![]() ![]() | ToBoolean | Converts the value of the specified TdNumber to a Boolean. |
![]() ![]() | ToByte | Converts the value of the specified TdNumber to the equivalent Byte. |
![]() ![]() | ToDecimal | Converts the value of the specified TdNumber to the equivalent Decimal. |
![]() ![]() | ToDouble | Converts the value of the specified TdNumber into a Double . |
![]() ![]() | ToInt16 | Converts the value of the specified TdNumber into the equivalent Int16. |
![]() ![]() | ToInt32 | Converts the value of the specified TdNumber into a Int32. |
![]() ![]() | ToInt64 | Converts the value of the specified TdNumber to the equivalent Int64. |
![]() ![]() | ToSByte | Converts the value of the specified TdNumber to the equivalent SByte. |
![]() ![]() | ToSingle | Converts the value of the specified TdNumber into the equivalent Single. |
![]() | ToString | Overloaded. Converts this instance of TdNumber into its corresponding String representation. |
![]() ![]() | ToUInt16 | Converts the value of the specified TdNumber to the equivalent UInt16. |
![]() ![]() | ToUInt32 | Converts the value of the specfied TdNumber into a UInt32. |
![]() ![]() | ToUInt64 | Converts the value of the specified TdNumber to the equivalent UInt64. |
![]() ![]() | TryParse | Overloaded. Converts a numeric string to an equivalent instance of a TdNumber. A true is returned if the conversion succeeded, false otherwise. |
![]() | Calculates the sum of the two TdNumber operands. |
![]() | Calculates the division of two TdNumbers. |
![]() | Compares two TdNumbers to determine whether the left operand is equal to the right operand. |
![]() | Overloaded. |
![]() | Compares two TdNumbers to determine whether the left operand is greater than the right operand. |
![]() | Compares two TdNumbers to determine whether the left operand is greater than or equal to the right operand. |
![]() | Overloaded. |
![]() | Compares two TdNumbers to determine whether the left operand is not equal to the right operand. |
![]() | Compares two TdNumbers to determine whether the left operand is less than the right operand. |
![]() | Compares two TdNumbers to determine whether the left operand is less than or equal to the right operand. |
![]() | The arithmetic product of two TdNumbers is calculated. |
![]() | Calculates the result of subtracting two TdNumber operands. |
![]() | Calculates the negation of the TdNumber operand. |