Click or drag to resize

angleToDegrees Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Convert an input angle of radians into degrees. Does not affect any properties in this class - set properties instead.

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static double ToDegrees(
	double val
)
Request Example View Source

Parameters

val
Type: SystemDouble
Input in radians

Return Value

Type: Double
Value in degrees
See Also