Class MovingAverageD
Inheritance
System.Object
MovingAverageD
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.Mathematics
Assembly: fo-dicom.core.dll
Syntax
public class MovingAverageD
Constructors
MovingAverageD(Int32)
Declaration
public MovingAverageD(int window)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | window |
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Next(Double)
Declaration
public double Next(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
System.Double |