Click or drag to resize

angleToRadians Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Convert an input angle of degrees to radians. 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 ToRadians(
	double val
)
Request Example View Source

Parameters

val
Type: SystemDouble
Input in degrees

Return Value

Type: Double
Value in radians
See Also