| Overload | Description |
|---|---|
| Implicit Type Conversion(PgSqlNumeric,Int16) | Converts a short value to the PgSqlNumeric structure. |
| Implicit Type Conversion(PgSqlNumeric,Int32) | Converts an int value to the PgSqlNumeric structure. |
| Implicit Type Conversion(PgSqlNumeric,Int64) | Converts a long value to the PgSqlNumeric structure. |
| Implicit Type Conversion(PgSqlNumeric,Single) | Converts a float value to the PgSqlNumeric structure. |
| Implicit Type Conversion(PgSqlNumeric,Double) | Converts a double value to the PgSqlNumeric structure. |
| Implicit Type Conversion(PgSqlNumeric,Decimal) | Converts a decimal value to the PgSqlNumeric structure. |
| Implicit Type Conversion(PgSqlNumeric,String) | Converts a string value to the PgSqlNumeric structure. |