The maximum of two numbers.
Namespace: Demo3D.EventQueueAssembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntaxpublic static Fixed Max(
Fixed a,
Fixed b
)
Parameters
- a Fixed
- First number.
- b Fixed
- Second number.
Return Value
FixedThe maximum of a and b.
See Also