Click or drag to resize

FixedMathAbs Method

Returns the absolute value of a.

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

Parameters

a  Fixed
A number.

Return Value

Fixed
The absolute value.
See Also