Click or drag to resize

XY Structure

Represents a two-dimensional point.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public struct XY : IEquatable<XY>

The XY type exposes the following members.

Constructors
  NameDescription
Public methodXY
Initializes a new point with the given coordinates.
Top
Properties
  NameDescription
Public propertyX
Gets the X-coordinate of the point.
Public propertyY
Gets the Y-coordinate of the point.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(XY)
Determines whether the given point is the same.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators
See Also