|
AngleToRange Method
|
Gets the equivalent angle moved within the range of
minValue
and
minValue + 2.0 *
PI.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Function ToRange (
minValue As Angle,
Optional inclusive As Boolean = true
) As Angle
member ToRange :
minValue : Angle *
?inclusive : bool
(* Defaults:
let _inclusive = defaultArg inclusive true
*)
-> Angle
function ToRange(minValue, inclusive);
View SourceParameters
- minValue Angle
- The minimum value of the range.
- inclusive Boolean (Optional)
- Indicates whether the range is inclusive of the minimum value.
Return Value
AngleThe equivalent angle within the specified range.
See Also