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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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