Class ExponentialMovingAveragePositionalWeighting

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

Namespace

MongoDB.Driver.Linq

Assembly

MongoDB.Driver.dll

Represents a positional weighting for an exponential moving average.

public sealed class ExponentialMovingAveragePositionalWeighting : ExponentialMovingAverageWeighting

Inheritance

object

ExponentialMovingAverageWeighting

ExponentialMovingAveragePositionalWeighting

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

N

The n value.