BigInteger
BigInteger(Byte[])
BigInteger(String)
BigInteger(Int32, Byte[])
BigInteger(Int32, Random)
BigInteger(IntPtr, JniHandleOwnership)
BigInteger(String, Int32)
BigInteger(Byte[], Int32, Int32)
BigInteger(Int32, Int32, Random)
BigInteger(Int32, Byte[], Int32, Int32)
JniPeerMembers
LowestSetBit
One
Ten
ThresholdClass
ThresholdType
Two
Zero
Abs()
Add(BigInteger)
And(BigInteger)
AndNot(BigInteger)
BitCount()
BitLength()
ByteValueExact()
ClearBit(Int32)
CompareTo(BigInteger)
Divide(BigInteger)
DivideAndRemainder(BigInteger)
DoubleValue()
FlipBit(Int32)
FloatValue()
Gcd(BigInteger)
IntValue()
IntValueExact()
IsProbablePrime(Int32)
LongValue()
LongValueExact()
Max(BigInteger)
Min(BigInteger)
Mod(BigInteger)
ModInverse(BigInteger)
ModPow(BigInteger, BigInteger)
Multiply(BigInteger)
Negate()
NextProbablePrime()
Not()
Or(BigInteger)
Pow(Int32)
ProbablePrime(Int32, Random)
Remainder(BigInteger)
SetBit(Int32)
ShiftLeft(Int32)
ShiftRight(Int32)
ShortValueExact()
Signum()
Sqrt()
SqrtAndRemainder()
Subtract(BigInteger)
TestBit(Int32)
ToByteArray()
ToString(Int32)
ValueOf(Int64)
Xor(BigInteger)
monoandroid
namespace Java.Math
{
[Register("java/math/BigInteger", DoNotGenerateAcw = true)]
public class BigInteger : Number, IJavaObject, IJavaPeerable, ISerializable, IComparable, IDisposable
{
[Register("intValue", "()I", "GetIntValueHandler")]
public override int IntValue();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API