Click or drag to resize

ModelTimeMath Class

Mathematical methods for ModelTime.
Inheritance Hierarchy
SystemObject
  Demo3D.EventQueueModelTimeMath

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public static class Math

The ModelTimeMath type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbs
Returns the absolute value of a.
Public methodStatic memberMax
Returns the larger/later of two times.
Public methodStatic memberMin
Returns the smaller/earlier of two times.
Top
See Also