Click or drag to resize

PerformanceSampleResetMinMaxAvg Method

Resets the max/min and average to NaN.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public void ResetMinMaxAvg()
Remarks
Resets MaxSample, MinSample and Avg.
See Also