Click or drag to resize

ModelTimeMathMax Method

Returns the larger/later of two times.

Namespace: Demo3D.Time
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
public static ModelTime Max(
	ModelTime a,
	ModelTime b
)

Parameters

a  ModelTime
The first time to compare.
b  ModelTime
The second time to compare.

Return Value

ModelTime
The larger/later of two times.
See Also