Click or drag to resize

TrigRadiansToDegreesMinutesSeconds Method

Converts the specified angle in radians to revolutions, degrees, minutes, and seconds.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static DegreesMinutesSeconds RadiansToDegreesMinutesSeconds(
	double radians
)

Parameters

radians
Type: SystemDouble
The angle in radians

Return Value

Type: DegreesMinutesSeconds
The corresponding angle in DMS.
See Also