PgSqlLine Structure Members
In This Topic
The following tables list the members exposed by PgSqlLine.
Public Constructors
| Name | Description |
 | PgSqlLine Constructor | Initializes a new instance of the PgSqlLine structure with the specified , , and constants, defining the linear equation A*x+B*y+C=0. |
Top
Public Fields
Public Properties
| Name | Description |
 | A | Indicates the A constant in the line equation A*x+B*y+C=0. |
 | B | Indicates the B constant in the line equation A*x+B*y+C=0. |
 | C | Indicates the C constant in the line equation A*x+B*y+C=0. |
 | IsNull | Gets a value indicating whether the PgSqlLine is a Null. |
Top
Public Methods
Public Operators
See Also