Click or drag to resize

ModelTimeMathMin 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 ModelTime Min(
	ModelTime a,
	ModelTime b
)

Parameters

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

Return Value

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