DegreesMinutesSeconds Structure |
Namespace: AGI.Foundation
The DegreesMinutesSeconds type exposes the following members.
Name | Description | |
---|---|---|
![]() | DegreesMinutesSeconds |
Create an instance of a DegreesMinutesSeconds angle with parameters
|
Name | Description | |
---|---|---|
![]() | Degrees |
Gets the number of degrees.
|
![]() | Minutes |
Gets the number of arc minutes.
|
![]() | Revolutions |
Gets the number of full 360 degree (2 Pi radians) revolutions.
|
![]() | Seconds |
Gets the number of arc seconds.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified DegreesMinutesSeconds to this instance.
|
![]() | CompareTo(DegreesMinutesSeconds) |
Compares this instance with another instance of the same type.
|
![]() | CompareTo(Object) |
Compares this instance with another instance of the same type.
|
![]() | Equals(DegreesMinutesSeconds) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | EqualsEpsilon |
Indicates whether each DegreesMinutesSeconds value of another instance of this type
is within the required tolerance of the corresponding DegreesMinutesSeconds value of this instance.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Multiply |
Multiplies this instance by the scalar provided.
|
![]() | Subtract |
Subtracts the specified DegreesMinutesSeconds from this instance.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two specified DegreesMinutesSeconds instances.
|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | GreaterThan |
Returns true if left is greater than right.
|
![]() ![]() | GreaterThanOrEqual |
Returns true if left is greater than or equal to right.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|
![]() ![]() | LessThan |
Returns true if left is less than right.
|
![]() ![]() | LessThanOrEqual |
Returns true if left is less than or equal to right.
|
![]() ![]() | Multiply |
Multiplies the DegreesMinutesSeconds by a constant.
|
![]() ![]() | Subtraction |
Subtracts a specified DegreesMinutesSeconds from another specified DegreesMinutesSeconds.
|