Click or drag to resize

CounterCountIncrementBy Method

Increment the value.

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

Parameters

value  Int64
The amount to increment.
See Also