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