SquareRoot
Returns the integer square root of a BigInteger.
Public Function SquareRoot(
ByVal Value As BigInteger ) As BigInteger
Parameters
- Value
-
[ByVal]
BigInteger.
The value to calculate the integer square root for.
Return Values
BigInteger - The integer square root of the value.
See Also
Project CorLib Overview
Class BigIntegerStatic Overview