dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure
Fields Properties Methods

In This Topic
    OracleNumber Structure Members
    In This Topic

    The following tables list the members exposed by OracleNumber.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleNumber structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum precision, which is 38.  
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum scale, which is 127.  
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum value of an OracleNumber structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum scale, which is -84.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum value of an OracleNumber structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the negative one value.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to an OracleNumber object.  
    Public Fieldstatic (Shared in Visual Basic)Represents the positive one value.  
    Public Fieldstatic (Shared in Visual Basic)Represents the numeric Pi value.  
    Public Fieldstatic (Shared in Visual Basic)Represents the zero value.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets OracleNumber value as binary data.  
    Public PropertyIndicates whether the current instance of OracleNumber is an integer number.  
    Public PropertyIndicates whether the Value property of the OracleNumber is Null.  
    Public PropertyIndicates whether the current instance of OracleNumber is greater than zero.  
    Public PropertyIndicates whether the current instance of OracleNumber is zero.  
    Public PropertyGets the value of the OracleNumber structure.  
    Top
    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
    Public Operators
    Calculates the sum of the two OracleNumber structures.
    Divides one OracleNumber value by another.
    Determines whether two OracleNumber values are equal.
    Overloaded. Converts the System.Double parameter to the OracleNumber.
    Compares two OracleNumber structures to determine if the first is greater than the second.
    Compares two OracleNumber structures to determine if the first is greater than or equal to the second.
    Overloaded. Converts the System.Decimal parameter to the OracleNumber.
    Determines whether two OracleNumber values are not equal.
    Compares two OracleNumber structures to determine if the first is less than the second.
    Compares two OracleNumber structures to determine if the first is less than or equal to the second.
    Divides the value of the first OracleNumber by the value of the second, and returns the remainder.
    Multiplies two OracleNumber structures.
    Subtracts one OracleNumber structure from another.
    Negates the passed OracleNumber structure.
    Top
    See Also