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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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