Click or drag to resize
Akka.NETEWMA Constructor
Initializes a new instance of the EWMA class

Namespace: Akka.Cluster
Assembly: Akka.Cluster (in Akka.Cluster.dll) Version: 1.0.8.21 (1.0.8.21)
Syntax
public EWMA(
	double value,
	double alpha
)

Parameters

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Akka.Cluster.EWMA.#ctor(System.Double,System.Double)"]

alpha
Type: SystemDouble

[Missing <param name="alpha"/> documentation for "M:Akka.Cluster.EWMA.#ctor(System.Double,System.Double)"]

See Also