Constants.Degree Field

Note: This API is now obsolete.
Represents the size of a 1 degree angle in radians.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
C#
[ObsoleteAttribute("Use the DegreesToRadians method instead.")]
public const double Degree = 0.0174532925199433

Field Value

Double

Remarks

The value of this field is 0.0174532925199432957692.

See Also