Click or drag to resize

FixedMathMax Method

The maximum of two numbers.

Namespace: Demo3D.EventQueue
Assembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntax
C#
public static Fixed Max(
	Fixed a,
	Fixed b
)

Parameters

a  Fixed
First number.
b  Fixed
Second number.

Return Value

Fixed
The maximum of a and b.
See Also