CADability dotNET
Returns an angle from the parameter interpreted as degrees

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static Angle FromDegree(
	double d
)
Visual Basic
Public Shared Function FromDegree ( _
	d As Double _
) As Angle
Visual C++
public:
static Angle FromDegree(
	double d
)

Parameters

d
Type: System..::..Double
Degrees of the angle

Return Value

The angle

See Also