Click or drag to resize

CounterCountIncrementBy Method

Increment the value.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
public void IncrementBy(
	long value
)

Parameters

value
Type: SystemInt64
The amount to increment.
See Also