Name | Description | |
---|---|---|
MySqlDecimal Constructor | Overloaded. Initializes a new instance of the MySqlDecimal structure. |
The following tables list the members exposed by MySqlDecimal.
Name | Description | |
---|---|---|
MySqlDecimal Constructor | Overloaded. Initializes a new instance of the MySqlDecimal structure. |
Name | Description | |
---|---|---|
MaxPrecision | Returns maximum supported precision. | |
MaxScale | Returns maximum supported scale. | |
MaxValue | Gets maximum value that can be assigned to the MySqlDecimal structure. | |
MinValue | Gets minimal value that can be assigned to the MySqlDecimal structure. | |
Null | Represents empty instance of MySqlDecimal. | |
UseInvariantCultureNumberFormat | Specifies whether to use invariant culture for the ToString method. |
Name | Description | |
---|---|---|
IsNull | Gets a value indicating whether this instance is empty. | |
IsPositive | Gets a value indicating whether this instance of MySqlDecimal has positive value. | |
Precision | Gets total number of decimal digits. | |
Scale | Gets the number of digits after the decimal point. | |
Value | Returns decimal representation of MySqlDecimal instance. |
Name | Description | |
---|---|---|
CompareTo | Overloaded. Compares the current instance with another object of the same type. | |
Equals | Returns a value indicating whether two MySqlDecimal instances have same value. | |
GetHashCode | Returns the hash code for this MySqlDecimal instance. | |
GetTypeCode | Returns the System.TypeCode for the specified MySqlDecimal. | |
Parse | Overloaded. Parses the specified string value and returns a new MySqlDecimal instance. | |
ToDouble | Returns double representation of MySqlDecimal instance. | |
ToString | Overloaded. Returns string representation of MySqlDecimal instance. |
Equality | Determines whether two MySqlDecimal values are equal. |
Explicit Type Conversion | Overloaded. Converts a double value to MySqlDecimal structure. |
Greater Than | Compares two MySqlDecimal structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two MySqlDecimal structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Overloaded. Converts a decimal value to MySqlDecimal structure. |
Inequality | Determines whether two MySqlDecimal values are not equal. |
Less Than | Compares two MySqlDecimal structures to determine if the first is less than the second. |
Less Than or Equal | Compares two MySqlDecimal structures to determine if the first is less than or equal to the second. |