Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.EventQueue
Fixed.Math Class
Math Methods
Max Method
Min Method
Sqrt Method
Fixed
Math
Max Method
The maximum of two numbers.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
static
Fixed
Max
(
Fixed
a
,
Fixed
b
)
Parameters
a
Type:
Demo3D.EventQueue
Fixed
First number.
b
Type:
Demo3D.EventQueue
Fixed
Second number.
Return Value
Type:
Fixed
The maximum of a and b.
See Also
Reference
Fixed
Math Class
Demo3D.EventQueue Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com