Click or drag to resize

ModelTimeMath Class

Mathematical methods for ModelTime.
Inheritance Hierarchy
SystemObject
  Demo3D.TimeModelTimeMath

Namespace: Demo3D.Time
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
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