Click or drag to resize

PerformanceSampleUpdateExpAvg Method

Updates the exponential weighted averages.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public bool UpdateExpAvg(
	double exp1Exp,
	double exp2Exp,
	double exp3Exp
)

Parameters

exp1Exp
Type: SystemDouble
The exponential weighted decay.
exp2Exp
Type: SystemDouble
The exponential weighted decay.
exp3Exp
Type: SystemDouble
The exponential weighted decay.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Utilities.Performance.PerformanceSample.UpdateExpAvg(System.Double,System.Double,System.Double)"]

Remarks
Updates Exp1Avg, Exp2Avg and Exp3Avg.
See Also