Name | Description | |
---|---|---|
OracleNumber Constructor | Overloaded. Initializes a new instance of the OracleNumber structure. |
The following tables list the members exposed by OracleNumber.
Name | Description | |
---|---|---|
OracleNumber Constructor | Overloaded. Initializes a new instance of the OracleNumber structure. |
Name | Description | |
---|---|---|
MaxPrecision | Represents the maximum precision, which is 38. | |
MaxScale | Represents the maximum scale, which is 127. | |
MaxValue | Represents the maximum value of an OracleNumber structure. | |
MinScale | Represents the minimum scale, which is -84. | |
MinValue | Represents the minimum value of an OracleNumber structure. | |
NegativeOne | Represents the negative one value. | |
Null | Represents a null value that can be assigned to an OracleNumber object. | |
One | Represents the positive one value. | |
Pi | Represents the numeric Pi value. | |
Zero | Represents the zero value. |
Name | Description | |
---|---|---|
BinData | Gets OracleNumber value as binary data. | |
IsInt | Indicates whether the current instance of OracleNumber is an integer number. | |
IsNull | Indicates whether the Value property of the OracleNumber is Null. | |
IsPositive | Indicates whether the current instance of OracleNumber is greater than zero. | |
IsZero | Indicates whether the current instance of OracleNumber is zero. | |
Value | Gets the value of the OracleNumber structure. |
Name | Description | |
---|---|---|
Abs | Gets the absolute value of the OracleNumber. | |
Acos | Calculates an angle in radian whose cosine is the specified OracleNumber structure. | |
Add | Adds two OracleNumber values. | |
Asin | Calculates an angle in radian whose sine is the specified OracleNumber structure. | |
Atan | Calculates an angle in radian whose tangent is the specified OracleNumber structure. | |
Atan2 | Calculates an angle in radian whose tangent is the quotient of the two specified OracleNumber structures. | |
Ceiling | Returns the smallest integer number greater than or equal to the specified OracleNumber number. | |
CompareTo | Compares the current OracleNumber object to the specified object and returns an integer that represents their relative values. | |
Cos | Calculates the cosine of the specified angle in radian. | |
Cosh | Calculates the hyperbolic cosine of the specified angle in radian. | |
Divide | Divides one OracleNumber value by another. | |
Equals | Overloaded. Compares two OracleNumber structures to determine if they are equal. | |
Exp | Calculates a new OracleNumber with its value set to e raised to the specified OracleNumber. | |
Floor | Returns the largest integer number less than or equal to the specified OracleNumber number. | |
GetHashCode | Gets a hash code for the OracleNumber instance. | |
GreaterThan | Determines whether the first of two OracleNumber values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two OracleNumber values is greater than or equal to the second. | |
LessThan | Determines whether the first of two OracleNumber values is less than the second. | |
LessThanOrEqual | Determines whether the first of two OracleNumber values is less than or equal to the second. | |
Log | Overloaded. Performs a logarithmic calculation on an OracleNumber. | |
Log10 | Calculates a new OracleNumber with its value set to base 10 logarithm of the specified OracleNumber. | |
Max | Gets the maximum value of the two specified OracleNumber structures. | |
Min | Gets the minimum value of the two specified OracleNumber structures. | |
Modulo | Calculates the modulus from the results of dividing the first OracleNumber by the second. | |
Multiply | Multiplies two OracleNumber structures. | |
Negate | Negates the value of the specified OracleNumber. | |
NotEquals | Determines whether two OracleNumber values are not equal. | |
Parse | Overloaded. Converts a System.String representation of a number to its OracleNumber equivalent. | |
Pow | Overloaded. Returns a specified OracleNumber raised to the specified power. | |
Round | Rounds the specified OracleNumber off to the specified precision. | |
Shift | Shifts the OracleNumber value to the specified number of digits to the right. | |
Sign | Gets the sign of the OracleNumber structure. | |
Sin | Calculates the sine of the specified angle in radian. | |
Sinh | Calculates the hyperbolic sine of the specified angle in radian. | |
Sqrt | Calculates the square root of the OracleNumber parameter. | |
Subtract | Subtracts one OracleNumber structure from another. | |
Tan | Calculates the tangent of the specified angle in radian. | |
Tanh | Calculates the hyperbolic tangent of the specified angle in radian. | |
ToDecimal | Converts the OracleNumber parameter to System.Decimal. | |
ToDouble | Converts the OracleNumber parameter to System.Double. | |
ToFloat | Converts the OracleNumber parameter to System.Float. | |
ToInt32 | Converts the OracleNumber parameter to System.Int32. | |
ToInt64 | Converts the OracleNumber parameter to System.Int64. | |
ToString | Overloaded. Converts the current OracleNumber structure to a System.String. | |
Truncate | Truncates the OracleNumber at a specified position. | |
TryParse | Overloaded. Converts the string representation of a date to OracleNumber. |
Addition | Calculates the sum of the two OracleNumber structures. |
Division | Divides one OracleNumber value by another. |
Equality | Determines whether two OracleNumber values are equal. |
Explicit Type Conversion | Overloaded. Converts the System.Double parameter to the OracleNumber. |
Greater Than | Compares two OracleNumber structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleNumber structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Overloaded. Converts the System.Decimal parameter to the OracleNumber. |
Inequality | Determines whether two OracleNumber values are not equal. |
Less Than | Compares two OracleNumber structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleNumber structures to determine if the first is less than or equal to the second. |
Modulus | Divides the value of the first OracleNumber by the value of the second, and returns the remainder. |
Multiplication | Multiplies two OracleNumber structures. |
Subtraction | Subtracts one OracleNumber structure from another. |
Unary Negation | Negates the passed OracleNumber structure. |