Returns a value that is equivalent to the integer square root of the BigInteger.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger sqrt()
Visual Basic
Public Function sqrt As BigInteger
Visual C++
public:
BigInteger^ sqrt()
F#
member sqrt : unit -> BigInteger 

Return Value

Type: BigInteger

See Also