BigIntegerStatic: SquareRoot

SquareRoot

Returns the integer square root of a BigInteger.



 Public Function SquareRoot(
	  ByVal x As BigInteger ) As BigInteger

Parameters

x
[ByVal] BigInteger. The value to calculate the integer square root for.

Return Values

BigInteger -  The integer square root of the value.

Remarks

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods ShiftRight Subtract