Click or drag to resize

FixedMathSqrt Method

The Sqrt of the given number.

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

Parameters

a  Fixed
The number to get the sqrt for.

Return Value

Fixed
The square root of the supplied number.
See Also