Click or drag to resize

mxUtilsToRadians Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the given degree to radians.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static double ToRadians(
	double deg
)
Request Example View Source

Parameters

deg
Type: SystemDouble

Return Value

Type: Double
See Also