Class ExponentialMovingAverageAlphaWeighting

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Linq

Assembly

MongoDB.Driver.dll

Represents an alpha weighting for an exponential moving average.

public sealed class ExponentialMovingAverageAlphaWeighting : ExponentialMovingAverageWeighting

Inheritance

object

ExponentialMovingAverageWeighting

ExponentialMovingAverageAlphaWeighting

Inherited Members

ExponentialMovingAverageWeighting.Alpha(double)

ExponentialMovingAverageWeighting.N(int)

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

object.ToString()

Properties

Alpha

The alpha value.