MeasurementAverageAngleValueFilter Method
Calculates an average of the specified sequence of
IMeasurement phase angle values.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
Gemstone.Timeseries.Measurement.AverageAngleValueFilter = function(source);
- source IEnumerableIMeasurement
- Sequence of IMeasurement values over which to run calculation.
DoubleAverage of the specified sequence of
IMeasurement phase angle values.
Phase angles wrap, so this algorithm takes the wrapping into account when calculating the average.