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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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