Click or drag to resize

DegreesMinutesSeconds Methods

The DegreesMinutesSeconds type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified DegreesMinutesSeconds to this instance.
Public methodCompareTo(DegreesMinutesSeconds)
Compares this instance with another instance of the same type.
Public methodCompareTo(Object)
Compares this instance with another instance of the same type.
Public methodEquals(DegreesMinutesSeconds)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEqualsEpsilon
Indicates whether each DegreesMinutesSeconds value of another instance of this type is within the required tolerance of the corresponding DegreesMinutesSeconds value of this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMultiply
Multiplies this instance by the scalar provided.
Public methodSubtract
Subtracts the specified DegreesMinutesSeconds from this instance.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also