Point
Summary
Represents an x- and y-coordinate pair in two-dimensional space.
Signature
1 | |
Namespace
cAlgo.API
Methods
Equals
Summary
Determines whether the specified object is equal to the current object.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object | Other object to compare current object with it |
Return Value
bool
GetHashCode
Summary
Returns the hash code for this instance.
Signature
1 | |
Return Value
int
Properties
X
Summary
Gets or sets the x-coordinate of this Point.
Signature
1 | |
Return Value
double
Y
Summary
Gets or sets the y-coordinate of this Point.
Signature
1 | |
Return Value
double