Click or drag to resize

FixedMath Class

Math class methods for Fixed values.
Inheritance Hierarchy
SystemObject
  Demo3D.EventQueueFixedMath

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

The FixedMath type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbs Returns the absolute value of a.
Public methodStatic memberMax The maximum of two numbers.
Public methodStatic memberMin The minimum of two numbers.
Public methodStatic memberSqrt The Sqrt of the given number.
Top
See Also