| Name | Description | |
|---|---|---|
![]() | PgSqlNumeric Constructor | Overloaded. |
The following tables list the members exposed by PgSqlNumeric.
| Name | Description | |
|---|---|---|
![]() | PgSqlNumeric Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() ![]() | Infinity | Represents an infinity value of PgSqlDecimal. |
![]() ![]() | NaN | Represents a NaN value of PgSqlDecimal. |
![]() ![]() | NegativeInfinity | Represents a negative infinity value of PgSqlDecimal. |
![]() ![]() | Null | Represents a null value of PgSqlDecimal. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares the current instance with another object of the same type. |
![]() | Equals | Returns a value that indicates whether two PgSqlNumeric instances have the same value. |
![]() | GetHashCode | Returns a hash code for the MySqlDecimal instance. |
![]() ![]() | Parse | Overloaded. Parses the specified string value and returns a new PgSqlNumeric instance. |
![]() | ToString | Overloaded. Returns string representation of the PgSqlNumeric instance. |
![]() ![]() | TryParse | Converts the string representation of a number to a PgSqlNumeric. The return value indicates whether the conversion succeeded or failed. |
![]() | WriteXml |
Equality | Determines whether two PgSqlNumeric values are equal. |
Explicit Type Conversion | Overloaded. Converts a short value to the PgSqlNumeric structure. |
Greater Than | Compares two PgSqlNumeric structures to determine whether the left one is greater than the right. |
Greater Than or Equal | Compares two PgSqlNumeric structures to determine whether the left one is less than or equal to the right. |
Implicit Type Conversion | Overloaded. Converts a short value to the PgSqlNumeric structure. |
Inequality | Determines whether two PgSqlNumeric values are not equal. |
Less Than | Compares two PgSqlNumeric structures to determine wheher the left one is less than the right. |
Less Than or Equal | Compares two PgSqlNumeric structures to determine whether the left one is greater than or equal to the right. |