CADability dotNET
Casts an angle to a double. The radian of the angle is returned. the angle

Return Value

the radian

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

Syntax

C#
public static implicit operator double (
	Angle ang
)
Visual Basic
Public Shared Widening Operator CType ( _
	ang As Angle _
) As Double
Visual C++
static implicit operator double (
	Angle ang
)

Parameters

ang
Type: CADability..::..Angle

See Also