The Sqrt of the given number.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntaxpublic static Fixed Sqrt(
Fixed a
)
Parameters
- a
- Type: Demo3D.EventQueueFixed
The number to get the sqrt for.
Return Value
Type:
FixedThe square root of the supplied number.
See Also