Click or drag to resize

AngleToRange Method

Gets the equivalent angle moved within the range of minValue and minValue + 2.0 * PI.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public Angle ToRange(
	Angle minValue,
	bool inclusive = true
)
View Source

Parameters

minValue  Angle
The minimum value of the range.
inclusive  Boolean  (Optional)
Indicates whether the range is inclusive of the minimum value.

Return Value

Angle
The equivalent angle within the specified range.
See Also