PerformanceSampleUpdateExpAvg Method |
Updates the exponential weighted averages.
Namespace:
Demo3D.Utilities.Performance
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntaxpublic 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
See Also