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