Click or drag to resize

FixedMathAbs Method

Returns the absolute value of a.

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

Parameters

a
Type: Demo3D.EventQueueFixed
A number.

Return Value

Type: Fixed
The absolute value.
See Also