Click or drag to resize

FixedMathSqrt Method

The Sqrt of the given number.

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

Parameters

a
Type: Demo3D.EventQueueFixed
The number to get the sqrt for.

Return Value

Type: Fixed
The square root of the supplied number.
See Also