Click or drag to resize

UtilTanRadians Method

Returns the tangent of the specified (in radians) angle.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static double TanRadians(
	double angle
)

Parameters

angle
Type: SystemDouble
Angle in Radians.

Return Value

Type: Double
The tangent of the angle.
Remarks
This just forwards to Tan(Double), it is here to complement TanDegrees(Double).
See Also