Click or drag to resize

FixedMathMax Method

The maximum of two numbers.

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

Parameters

a
Type: Demo3D.EventQueueFixed
First number.
b
Type: Demo3D.EventQueueFixed
Second number.

Return Value

Type: Fixed
The maximum of a and b.
See Also