Click or drag to resize

CounterNumberLog Method (Int64)

Log a value.

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

Parameters

value
Type: SystemInt64
Value to log.
See Also