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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
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