Name | Description | |
---|---|---|
PgSqlPoint Constructor | Initializes a new instance of the PgSqlPoint structure with the specified x and y coordinates. |
The following tables list the members exposed by PgSqlPoint.
Name | Description | |
---|---|---|
PgSqlPoint Constructor | Initializes a new instance of the PgSqlPoint structure with the specified x and y coordinates. |
Name | Description | |
---|---|---|
Null | Represents a null PgSqlPoint object. |
Name | Description | |
---|---|---|
IsNull | Gets a value indicating whether the PgSqlPoint is a Null. | |
X | Gets the x coordinate of the PgSqlPoint instance. | |
Y | Gets the y coordinate of the PgSqlPoint instance. |
Name | Description | |
---|---|---|
Equals | Determines if the specified object is an instance of PgSqlPoint and has the same values as the current PgSqlPoint instance. | |
GetHashCode | Gets a hash code for the PgSqlPoint instance. | |
Parse | Converts the specified System.String representation of a point to its PgSqlPoint equivalent. | |
ToString | Converts the current PgSqlPoint structure to a System.String. |
Equality | Determines whether two PgSqlPoint structures are the same. |
Inequality | Compares two PgSqlPoint structures to determine if they are not equal. |