Click or drag to resize

RealTimeMathMin Method

Returns the smaller/earlier of two times.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public static RealTime Min(
	RealTime a,
	RealTime b
)

Parameters

a
Type: Demo3D.EventQueueRealTime
The first time to compare.
b
Type: Demo3D.EventQueueRealTime
The second time to compare.

Return Value

Type: RealTime
The smaller/earlier of two times.
See Also