Click or drag to resize

TrigDegreesMinutesSecondsToRadians Method (Int32, Int32, Int32, Double)

Converts the specified number of revolutions, degrees, minutes, and seconds to radians.

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

Parameters

revolutions
Type: SystemInt32
The number of complete (360 degree) revolutions.
degrees
Type: SystemInt32
The number of degrees.
minutes
Type: SystemInt32
The number of minutes.
seconds
Type: SystemDouble
The number of seconds.

Return Value

Type: Double
The corresponding angle in radians.
See Also