This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Top
Top
Namespace: Mathos.Geometry.TwoDimensional
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The Coordinate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Coordinate(String) |
Declaring a new coordinate.
| |
| Coordinate(Int64, Int64) |
Declaring a new coordinate.
| |
| Coordinate(Fraction, Fraction) |
Declaring a new coordinate.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ValueTypeEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Convert a coordinate into a string
(Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
The equalto operator
| |
| (String to Coordinate) | ||
| Inequality |
The not-equalto operator
|
Extension Methods
| Name | Description | |
|---|---|---|
| From(Enum) | Overloaded. (Defined by Converter.) | |
| From(Base) | Overloaded. (Defined by Converter.) |
Properties
| Name | Description | |
|---|---|---|
| X |
The X coordinate
| |
| Y |
The Y coordinate
|
See Also