dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure

In This Topic
OracleNumber Structure Methods
In This Topic

For a list of all members of this type, see OracleNumber members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Gets the absolute value of the OracleNumber.  
Public Methodstatic (Shared in Visual Basic)Calculates an angle in radian whose cosine is the specified OracleNumber structure.  
Public Methodstatic (Shared in Visual Basic)Adds two OracleNumber values.  
Public Methodstatic (Shared in Visual Basic)Calculates an angle in radian whose sine is the specified OracleNumber structure.  
Public Methodstatic (Shared in Visual Basic)Calculates an angle in radian whose tangent is the specified OracleNumber structure.  
Public Methodstatic (Shared in Visual Basic)Calculates an angle in radian whose tangent is the quotient of the two specified OracleNumber structures.  
Public Methodstatic (Shared in Visual Basic)Returns the smallest integer number greater than or equal to the specified OracleNumber number.  
Public MethodCompares the current OracleNumber object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Calculates the cosine of the specified angle in radian.  
Public Methodstatic (Shared in Visual Basic)Calculates the hyperbolic cosine of the specified angle in radian.  
Public Methodstatic (Shared in Visual Basic)Divides one OracleNumber value by another.  
Public MethodOverloaded. Compares two OracleNumber structures to determine if they are equal.  
Public Methodstatic (Shared in Visual Basic)Calculates a new OracleNumber with its value set to e raised to the specified OracleNumber.  
Public Methodstatic (Shared in Visual Basic)Returns the largest integer number less than or equal to the specified OracleNumber number.  
Public MethodGets a hash code for the OracleNumber instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleNumber values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleNumber values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleNumber values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleNumber values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Performs a logarithmic calculation on an OracleNumber.  
Public Methodstatic (Shared in Visual Basic)Calculates a new OracleNumber with its value set to base 10 logarithm of the specified OracleNumber.  
Public Methodstatic (Shared in Visual Basic)Gets the maximum value of the two specified OracleNumber structures.  
Public Methodstatic (Shared in Visual Basic)Gets the minimum value of the two specified OracleNumber structures.  
Public Methodstatic (Shared in Visual Basic)Calculates the modulus from the results of dividing the first OracleNumber by the second.  
Public Methodstatic (Shared in Visual Basic)Multiplies two OracleNumber structures.  
Public Methodstatic (Shared in Visual Basic)Negates the value of the specified OracleNumber.  
Public Methodstatic (Shared in Visual Basic)Determines whether two OracleNumber values are not equal.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a System.String representation of a number to its OracleNumber equivalent.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a specified OracleNumber raised to the specified power.  
Public Methodstatic (Shared in Visual Basic)Rounds the specified OracleNumber off to the specified precision.  
Public Methodstatic (Shared in Visual Basic)Shifts the OracleNumber value to the specified number of digits to the right.  
Public Methodstatic (Shared in Visual Basic)Gets the sign of the OracleNumber structure.  
Public Methodstatic (Shared in Visual Basic)Calculates the sine of the specified angle in radian.  
Public Methodstatic (Shared in Visual Basic)Calculates the hyperbolic sine of the specified angle in radian.  
Public Methodstatic (Shared in Visual Basic)Calculates the square root of the OracleNumber parameter.  
Public Methodstatic (Shared in Visual Basic)Subtracts one OracleNumber structure from another.  
Public Methodstatic (Shared in Visual Basic)Calculates the tangent of the specified angle in radian.  
Public Methodstatic (Shared in Visual Basic)Calculates the hyperbolic tangent of the specified angle in radian.  
Public Methodstatic (Shared in Visual Basic)Converts the OracleNumber parameter to System.Decimal.  
Public Methodstatic (Shared in Visual Basic)Converts the OracleNumber parameter to System.Double.  
Public Methodstatic (Shared in Visual Basic)Converts the OracleNumber parameter to System.Float.  
Public Methodstatic (Shared in Visual Basic)Converts the OracleNumber parameter to System.Int32.  
Public Methodstatic (Shared in Visual Basic)Converts the OracleNumber parameter to System.Int64.  
Public MethodOverloaded. Converts the current OracleNumber structure to a System.String.  
Public Methodstatic (Shared in Visual Basic)Truncates the OracleNumber at a specified position.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the string representation of a date to OracleNumber.  
Top
See Also