Click or drag to resize

angleDivision Operator (angle, angle)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the exact division between two angles (i.e. how many times does the second angle fit into the first)

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static angle operator /(
	angle a1,
	angle a2
)
Request Example View Source

Parameters

a1
Type: imbSCI.Core.mathangle
Numerator angle
a2
Type: imbSCI.Core.mathangle
Dedominator angle

Return Value

Type: angle
A new angle constructed from the value that is the first angle in radians divided by the second angle in radians
See Also