Click or drag to resize

FixedMathMin Method

The minimum of two numbers.

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

Parameters

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

Return Value

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