Click or drag to resize

TrigGradToDegree Method

Converts a grad (400-periodic) angle to a degree (360-periodic) angle.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GradToDegree(
	double grad
)

Parameters

grad  Double
The grad to convert.

Return Value

Double
The converted degree.
See Also