Class MovingAverageD
Inherited Members
Namespace: Dicom.Imaging.Mathematics
Assembly: cs.temp.dll.dll
Syntax
public class MovingAverageD
Constructors
MovingAverageD(Int32)
Declaration
public MovingAverageD(int window)
Parameters
Type | Name | Description |
---|---|---|
Int32 | window |
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Next(Double)
Declaration
public double Next(double value)
Parameters
Type | Name | Description |
---|---|---|
Double | value |
Returns
Type | Description |
---|---|
Double |