lowestSetBit:int [read-only]
Implementation public function get lowestSetBit():intpublic function BigInteger(init:Boolean = true) Parameters | init:Boolean (default = true) |
public function abs():BigIntegerReturns public function add(val:BigInteger):BigInteger Parameters
Returns public function and(val:BigInteger):BigInteger Parameters
Returns public function andNot(val:BigInteger):BigInteger Parameters
Returns public function bitCount():intReturns public function bitLength():intReturns public function byteValue():intReturns public function clearBit(n:int):BigInteger Parameters
Returns public function compareTo(o:Object):int Parameters
Returns public function divide(divisor:BigInteger):BigInteger Parameters
Returns public function divideAndRemainder(divisor:BigInteger):Vector.<Object> Parameters
Returns public function doubleValue():NumberReturnsoverride public function equals(x:Object):Boolean Parameters
Returns public function flipBit(n:int):BigInteger Parameters
Returns public function floatValue():NumberReturns public function gcd(val:BigInteger):BigInteger Parameters
Returnsoverride public function getClass():ClassReturnsoverride public function hashCode():intReturns protected final function initBigInteger1(val:Vector.<int>):void
Initializes this object. See the documentation of the corresponding factory method newBigInteger1() for details.
Parameters
See also
protected final function initBigInteger2(val:String):void
Initializes this object. See the documentation of the corresponding factory method newBigInteger2() for details.
Parameters
See also
protected final function initBigInteger3(signum:int, magnitude:Vector.<int>):void
Initializes this object. See the documentation of the corresponding factory method newBigInteger3() for details.
Parameters
| signum:int |
| |
| magnitude:Vector.<int> |
See also
protected final function initBigInteger4(numBits:int, rnd:Random):void
Initializes this object. See the documentation of the corresponding factory method newBigInteger4() for details.
Parameters
See also
protected final function initBigInteger5(val:String, radix:int):void
Initializes this object. See the documentation of the corresponding factory method newBigInteger5() for details.
Parameters
See also
protected final function initBigInteger6(bitLength:int, certainty:int, rnd:Random):void
Initializes this object. See the documentation of the corresponding factory method newBigInteger6() for details.
Parameters
| bitLength:int |
| |
| certainty:int |
| |
| rnd:Random |
See also
public function intValue():intReturns public function isProbablePrime(certainty:int):Boolean Parameters
Returns public function longValue():LongImplReturns public function max(val:BigInteger):BigInteger Parameters
Returns public function min(val:BigInteger):BigInteger Parameters
Returns public function mod(m:BigInteger):BigInteger Parameters
Returns public function modInverse(m:BigInteger):BigInteger Parameters
Returns public function modPow(exponent:BigInteger, m:BigInteger):BigInteger Parameters
Returns public function multiply(val:BigInteger):BigInteger Parameters
Returns public function negate():BigIntegerReturns public static function newBigInteger1(val:Vector.<int>):BigInteger Parameters
Returns public static function newBigInteger2(val:String):BigInteger Parameters
Returns public static function newBigInteger3(signum:int, magnitude:Vector.<int>):BigInteger Parameters
| signum:int |
| |
| magnitude:Vector.<int> |
Returns public static function newBigInteger4(numBits:int, rnd:Random):BigInteger Parameters
Returns public static function newBigInteger5(val:String, radix:int):BigInteger Parameters
Returns public static function newBigInteger6(bitLength:int, certainty:int, rnd:Random):BigInteger Parameters
| bitLength:int |
| |
| certainty:int |
| |
| rnd:Random |
Returns public function nextProbablePrime():BigIntegerReturns public function not():BigIntegerReturns public function or(val:BigInteger):BigInteger Parameters
Returns public function pow(exp:int):BigInteger Parameters
Returns public static function probablePrime(bitLength:int, rnd:Random):BigInteger Parameters
Returns public function remainder(divisor:BigInteger):BigInteger Parameters
Returns public function setBit(n:int):BigInteger Parameters
Returns public function shiftLeft(n:int):BigInteger Parameters
Returns public function shiftRight(n:int):BigInteger Parameters
Returns public function shortValue():intReturns public function signum():intReturns public function subtract(val:BigInteger):BigInteger Parameters
Returns public function testBit(n:int):Boolean Parameters
Returns public function toBaseString(radix:int):String Parameters
Returns public function toByteArray():Vector.<int>Returns public function toString():StringReturns public static function valueOf(val:LongImpl):BigInteger Parameters
Returns public function xor(val:BigInteger):BigInteger Parameters
Returnspublic static const ONE:BigIntegerpublic static const TEN:BigIntegerpublic static const ZERO:BigInteger
Wed Oct 7 2015, 04:43 PM +02:00