public class Point : IEquatable<Point>Public Class Point
Implements IEquatable(Of Point)public ref class Point : IEquatable<Point^>Gemstone.Numeric.Analysis.Point = function();
Type.createClass(
'Gemstone.Numeric.Analysis.Point',
null,
IEquatable`1);| Point | Used to hold x-y coordinates |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |