Table of Contents

Class MovingAverageD

Namespace
FellowOakDicom.Imaging.Mathematics
Assembly
fo-dicom.core.dll
public class MovingAverageD
Inheritance
MovingAverageD
Inherited Members
Extension Methods

Constructors

MovingAverageD(int)

public MovingAverageD(int window)

Parameters

window int

Properties

Count

public int Count { get; }

Property Value

int

Methods

Next(double)

public double Next(double value)

Parameters

value double

Returns

double