Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
PointD ( double x, double y ) : System |
Default constructor.
|
|
ToString ( ) : string |
|
|
operator ( ) : bool |
For predefined value types, the equality operator (==) returns true if the values of its operands are equal, false otherwise.
|
public PointD ( double x, double y ) : System | ||
x | double | |
y | double | |
return | System |