Click or drag to resize

ICoordinate Interface

Namespace:  DHI.Mike1D.Generic.Spatial.Geometry
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ICoordinate : IComparable<ICoordinate>, 
	IEquatable<ICoordinate>

The ICoordinate type exposes the following members.

Properties
  NameDescription
Public propertyM
Public propertyX
Public propertyY
Public propertyZ
Top
Methods
  NameDescription
Public methodClone
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from IComparableICoordinate.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableICoordinate.)
Public methodUndefinedValue
Top
Extension Methods
  NameDescription
Public Extension MethodAsCoordinate (Defined by SpatialExtensions.)
Public Extension MethodDistanceSqXY (Defined by SpatialExtensions.)
Public Extension MethodDistanceXY (Defined by SpatialExtensions.)
Top
See Also