|
Code Packages
1
Add-on code processing modules
|
Provides an immutable 2D point data type More...
Public Member Functions | |
| Point (double x, double y) | |
| Initialize a new instance of the Point type using the specified coordinates More... | |
| Point (string s) | |
| Creates a point from string coordinates More... | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
| Converts a point to its equivalent string representation More... | |
Static Public Member Functions | |
| static bool | operator!= (Point A, Point B) |
| Inequality check of two Points More... | |
| static bool | operator== (Point A, Point B) |
| Equality check of two points More... | |
Properties | |
| double | X [get] |
| Gets the X coordinate of the point More... | |
| double | Y [get] |
| Gets the Y coordinate of the point More... | |
Provides an immutable 2D point data type
| dsp.Point.Point | ( | double | x, |
| double | y | ||
| ) |
| dsp.Point.Point | ( | string | s | ) |
| override bool dsp.Point.Equals | ( | object | obj | ) |
| override int dsp.Point.GetHashCode | ( | ) |
| override string dsp.Point.ToString | ( | ) |
|
get |