Send feedback on this topic.
Teradata.Client.Provider
TdNumber Structure Members
Fields  Properties  Methods 

Teradata.Client.Provider Namespace : TdNumber Structure

The following tables list the members exposed by TdNumber.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic) The maximum value of a TdNumber. The value is 9.999999999999999999999999999999999999999e+125.  
Public Fieldstatic (Shared in Visual Basic) The minimum value of a TdNumber. The value is -9.999999999999999999999999999999999999999e+125.  
Public Fieldstatic (Shared in Visual Basic) Gets a Null TdNumber instance.  
Top
Public Properties
 NameDescription
Public Property Indicates that this instance of TdNumber represents a null value.  
Public Property Indicates whether this TdNumber instance is greater than or equal to zero.  
Public PropertyGets the Double representation of this TdNumber instance.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) The absolute value of the specified TdNumber is returned.  
Public Methodstatic (Shared in Visual Basic) Calculates the sum of the two TdNumber operands.  
Public Methodstatic (Shared in Visual Basic)Compares two instances of TdNumber and returns a value indicating whether left is greater than, less than or equal to right.  
Public MethodOverloaded.  Compares this instance to the supplied object and returns whether it is less than, equal or greater than the supplied object.  
Public Methodstatic (Shared in Visual Basic) Calculates the results of dividing the first TdNumber operand by the second.  
Public MethodOverloaded.  Returns a value indicating whether two instances of TdNumber are equal.  
Public Method The binary representation of the value of this TdNumber structure is returned as an array of signed integers.  
Public Method The binary representation of this TdNumber structure is returned as an array of bytes.  
Public Method Returns the hash code for this instance.  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Specifies the XML Qualified name for TdNumber XML type mapping.  
Public Methodstatic (Shared in Visual Basic)Compares two TdNumbers to determine whether the left operand is greater than the right operand.  
Public Methodstatic (Shared in Visual Basic)Compares two TdNumbers to determine whether the left operand is greater than or equal to the right operand.  
Public Methodstatic (Shared in Visual Basic)Compares two TdNumbers to determine whether the left operand is less than the right operand.  
Public Methodstatic (Shared in Visual Basic)Compares two TdNumbers to determine whether the left operand is less than or equal to the right operand.  
Public Methodstatic (Shared in Visual Basic) The arithmetic product of two TdNumbers is calculated.  
Public Methodstatic (Shared in Visual Basic) Calculates the negation of the TdNumber operand.  
Public Methodstatic (Shared in Visual Basic)Compares two TdNumbers to determine whether the left operand is not equal to the right operand.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Converts a numeric string into an equivalent instance of a TdNumber.  
Public Methodstatic (Shared in Visual Basic) Calculates the result of subtracting two TdNumber operands.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to a Boolean.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to the equivalent Byte.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to the equivalent Decimal.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber into a Double .  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber into the equivalent Int16.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber into a Int32.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to the equivalent Int64.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to the equivalent SByte.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber into the equivalent Single.  
Public MethodOverloaded.  Converts this instance of TdNumber into its corresponding String representation.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to the equivalent UInt16.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specfied TdNumber into a UInt32.  
Public Methodstatic (Shared in Visual Basic)Converts the value of the specified TdNumber to the equivalent UInt64.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a numeric string to an equivalent instance of a TdNumber. A true is returned if the conversion succeeded, false otherwise.  
Top
Public Operators
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.
Top
See Also

Reference

TdNumber Structure
Teradata.Client.Provider Namespace