Search Results for

    Show / Hide Table of Contents

    Class ExponentialMovingAverage

    Inheritance
    Object
    ExponentialMovingAverage
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public class ExponentialMovingAverage : object

    Constructors

    | Improve this Doc View Source

    ExponentialMovingAverage(Int32)

    Declaration
    public ExponentialMovingAverage(int n)
    Parameters
    Type Name Description
    Int32 n

    Fields

    | Improve this Doc View Source

    Value

    Declaration
    public double Value
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Var

    Declaration
    public double Var
    Field Value
    Type Description
    Double

    Methods

    | Improve this Doc View Source

    Add(Double)

    Declaration
    public void Add(double newValue)
    Parameters
    Type Name Description
    Double newValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX