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