Method Alpha

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

Namespace

MongoDB.Driver.Linq

Assembly

MongoDB.Driver.dll

Alpha(double)

Returns an alpha weighting.

public static ExponentialMovingAverageAlphaWeighting Alpha(double alpha)

Parameters

alpha double

The alpha value.

Returns

ExponentialMovingAverageAlphaWeighting

An alpha weighting.