The XMath type exposes the following members.

Fields

  NameDescription
D2R
A constant for conversion degrees to radians (2PI/360).
D2Rf
A constant Single for conversion degrees to radians (2PI/360).
EPSILON
The smallest positive number, for which the 1.0+EPSILON != 1.0 is true (loss of precision has not occured).
EPSILONf
The smallest positive Single number, for which the 1.0+EPSILON != 1.0 is true (loss of precision has not occured).
PI
A constant PI.
PI2
A constant 2PI.
PI2f
A constant Single 2PI.
PIf
A constant SinglePI.
R2D
A constant for conversion radians to degrees (360/2PI).
R2Df
A constant Single for conversion radians to degrees (360/2PI).
SQRT2
A constant of root 2.
SQRT2f
A constant Single of root 2.

See Also