UnitExtensions Class

Defines extension functions related to unit structures.

Definition

Namespace: Gemstone.Numeric.UnitExtensions
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public static class UnitExtensions
Inheritance
Object    UnitExtensions

Methods

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.

See Also