UnitExtensions Class
Defines extension functions related to unit structures.
Namespace: Gemstone.Numeric.UnitExtensionsAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.169 -- Release Build+8ea56ff35548d526d505b6c30a0e7b1d71cedef9
public static class UnitExtensions
Gemstone.Numeric.UnitExtensions.UnitExtensions = function();
Type.createClass(
'Gemstone.Numeric.UnitExtensions.UnitExtensions');
- Inheritance
- Object UnitExtensions
| Average |
Calculates an average of the specified sequence of Angle values.
|
| ToRange |
Gets the equivalent angle moved within the range of minValue
and minValue + 2.0 * PI.
|
| Unwrap |
Unwraps a set of Angle values so a comparable mathematical operation can be applied.
|