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