Class MovingAverageF
- Namespace
 - FellowOakDicom.Imaging.Mathematics
 
- Assembly
 - fo-dicom.core.dll
 
public class MovingAverageF
  - Inheritance
 - 
      
      MovingAverageF
 
- Inherited Members
 
- Extension Methods
 
Constructors
MovingAverageF(int)
public MovingAverageF(int window)
  Parameters
windowint
Properties
Count
public int Count { get; }
  Property Value
Methods
Next(float)
public float Next(float value)
  Parameters
valuefloat