Name | Description | |
---|---|---|
![]() | PgSqlLine Constructor | Initializes a new instance of the PgSqlLine structure with the specified a, b, and c constants, defining the linear equation A*x+B*y+C=0. |
The following tables list the members exposed by PgSqlLine.
Name | Description | |
---|---|---|
![]() | PgSqlLine Constructor | Initializes a new instance of the PgSqlLine structure with the specified a, b, and c constants, defining the linear equation A*x+B*y+C=0. |
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. |
Name | Description | |
---|---|---|
![]() | Equals | Determines if the specified object is an instance of PgSqlLine and has the same values as the current PgSqlLine instance. |
![]() | GetHashCode | Gets a hash code for the PgSqlLine instance. |
![]() ![]() | Parse | Converts the specified System.String representation of a line to its PgSqlLine equivalent. |
![]() | ToString | Converts the current PgSqlLine structure to a System.String. |
![]() | Determines whether two PgSqlLine structures are the same. |
![]() | Compares two PgSqlLine structures to determine if they are not equal. |