Click or drag to resize

TrigDegreeToRadian Method

Converts a degree (360-periodic) angle to a radian (2*Pi-periodic) angle.

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

Parameters

degree  Double
The degree to convert.

Return Value

Double
The converted radian angle.
See Also