C# Class java.math.BigInteger

Inheritance: java.lang.Number
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
BigInteger ( byte arg0 )
BigInteger ( int arg0, byte arg1 )
BigInteger ( int arg0, int arg1, java arg2 )
BigInteger ( int arg0, java arg1 )
BigInteger ( java arg0 )
BigInteger ( java arg0, int arg1 )
abs ( ) : global::java.math.BigInteger
add ( java arg0 ) : global::java.math.BigInteger
and ( java arg0 ) : global::java.math.BigInteger
andNot ( java arg0 ) : global::java.math.BigInteger
bitCount ( ) : int
bitLength ( ) : int
clearBit ( int arg0 ) : global::java.math.BigInteger
compareTo ( java arg0 ) : int
divide ( java arg0 ) : global::java.math.BigInteger
divideAndRemainder ( java arg0 ) : global::java.math.BigInteger[]
doubleValue ( ) : double
equals ( java arg0 ) : bool
flipBit ( int arg0 ) : global::java.math.BigInteger
floatValue ( ) : float
gcd ( java arg0 ) : global::java.math.BigInteger
getLowestSetBit ( ) : int
hashCode ( ) : int
intValue ( ) : int
isProbablePrime ( int arg0 ) : bool
longValue ( ) : long
max ( java arg0 ) : global::java.math.BigInteger
min ( java arg0 ) : global::java.math.BigInteger
mod ( java arg0 ) : global::java.math.BigInteger
modInverse ( java arg0 ) : global::java.math.BigInteger
modPow ( java arg0, java arg1 ) : global::java.math.BigInteger
multiply ( java arg0 ) : global::java.math.BigInteger
negate ( ) : global::java.math.BigInteger
nextProbablePrime ( ) : global::java.math.BigInteger
not ( ) : global::java.math.BigInteger
or ( java arg0 ) : global::java.math.BigInteger
pow ( int arg0 ) : global::java.math.BigInteger
probablePrime ( int arg0, java arg1 ) : global::java.math.BigInteger
remainder ( java arg0 ) : global::java.math.BigInteger
setBit ( int arg0 ) : global::java.math.BigInteger
shiftLeft ( int arg0 ) : global::java.math.BigInteger
shiftRight ( int arg0 ) : global::java.math.BigInteger
signum ( ) : int
subtract ( java arg0 ) : global::java.math.BigInteger
testBit ( int arg0 ) : bool
toByteArray ( ) : byte[]
toString ( ) : global::java.lang.String
toString ( int arg0 ) : global::java.lang.String
valueOf ( long arg0 ) : global::java.math.BigInteger
xor ( java arg0 ) : global::java.math.BigInteger

Protected Methods

Method Description
BigInteger ( global @__env )

Private Methods

Method Description
BigInteger ( )

Method Details

BigInteger() public method

public BigInteger ( byte arg0 )
arg0 byte

BigInteger() protected method

protected BigInteger ( global @__env )
@__env global

BigInteger() public method

public BigInteger ( int arg0, byte arg1 )
arg0 int
arg1 byte

BigInteger() public method

public BigInteger ( int arg0, int arg1, java arg2 )
arg0 int
arg1 int
arg2 java

BigInteger() public method

public BigInteger ( int arg0, java arg1 )
arg0 int
arg1 java

BigInteger() public method

public BigInteger ( java arg0 )
arg0 java

BigInteger() public method

public BigInteger ( java arg0, int arg1 )
arg0 java
arg1 int

abs() public method

public abs ( ) : global::java.math.BigInteger
return global::java.math.BigInteger

add() public method

public add ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

and() public method

public and ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

andNot() public method

public andNot ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

bitCount() public method

public bitCount ( ) : int
return int

bitLength() public method

public bitLength ( ) : int
return int

clearBit() public method

public clearBit ( int arg0 ) : global::java.math.BigInteger
arg0 int
return global::java.math.BigInteger

compareTo() public method

public compareTo ( java arg0 ) : int
arg0 java
return int

divide() public method

public divide ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

divideAndRemainder() public method

public divideAndRemainder ( java arg0 ) : global::java.math.BigInteger[]
arg0 java
return global::java.math.BigInteger[]

doubleValue() public method

public doubleValue ( ) : double
return double

equals() public method

public equals ( java arg0 ) : bool
arg0 java
return bool

flipBit() public method

public flipBit ( int arg0 ) : global::java.math.BigInteger
arg0 int
return global::java.math.BigInteger

floatValue() public method

public floatValue ( ) : float
return float

gcd() public method

public gcd ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

getLowestSetBit() public method

public getLowestSetBit ( ) : int
return int

hashCode() public method

public hashCode ( ) : int
return int

intValue() public method

public intValue ( ) : int
return int

isProbablePrime() public method

public isProbablePrime ( int arg0 ) : bool
arg0 int
return bool

longValue() public method

public longValue ( ) : long
return long

max() public method

public max ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

min() public method

public min ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

mod() public method

public mod ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

modInverse() public method

public modInverse ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

modPow() public method

public modPow ( java arg0, java arg1 ) : global::java.math.BigInteger
arg0 java
arg1 java
return global::java.math.BigInteger

multiply() public method

public multiply ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

negate() public method

public negate ( ) : global::java.math.BigInteger
return global::java.math.BigInteger

nextProbablePrime() public method

public nextProbablePrime ( ) : global::java.math.BigInteger
return global::java.math.BigInteger

not() public method

public not ( ) : global::java.math.BigInteger
return global::java.math.BigInteger

or() public method

public or ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

pow() public method

public pow ( int arg0 ) : global::java.math.BigInteger
arg0 int
return global::java.math.BigInteger

probablePrime() public static method

public static probablePrime ( int arg0, java arg1 ) : global::java.math.BigInteger
arg0 int
arg1 java
return global::java.math.BigInteger

remainder() public method

public remainder ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

setBit() public method

public setBit ( int arg0 ) : global::java.math.BigInteger
arg0 int
return global::java.math.BigInteger

shiftLeft() public method

public shiftLeft ( int arg0 ) : global::java.math.BigInteger
arg0 int
return global::java.math.BigInteger

shiftRight() public method

public shiftRight ( int arg0 ) : global::java.math.BigInteger
arg0 int
return global::java.math.BigInteger

signum() public method

public signum ( ) : int
return int

subtract() public method

public subtract ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger

testBit() public method

public testBit ( int arg0 ) : bool
arg0 int
return bool

toByteArray() public method

public toByteArray ( ) : byte[]
return byte[]

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

toString() public method

public toString ( int arg0 ) : global::java.lang.String
arg0 int
return global::java.lang.String

valueOf() public static method

public static valueOf ( long arg0 ) : global::java.math.BigInteger
arg0 long
return global::java.math.BigInteger

xor() public method

public xor ( java arg0 ) : global::java.math.BigInteger
arg0 java
return global::java.math.BigInteger