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