Click or drag to resize

RealTimeMath Class

Mathematical methods for RealTime.
Inheritance Hierarchy
SystemObject
  Demo3D.TimeRealTimeMath

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

The RealTimeMath 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