Click or drag to resize

DegreesMinutesSeconds Constructor

Create an instance of a DegreesMinutesSeconds angle with parameters

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DegreesMinutesSeconds(
	int revolutions,
	int degrees,
	int minutes,
	double seconds
)

Parameters

revolutions
Type: SystemInt32
The number of full 360 degree revolutions.
degrees
Type: SystemInt32
The number of degrees.
minutes
Type: SystemInt32
The number of arc minutes.
seconds
Type: SystemDouble
The number of arc seconds
Remarks
Note that the parameters must be of the same sign. That is, if the degrees is negative, then all non-zero parameters must be negative.
See Also