BigDecimal
RoundCeiling
RoundDown
RoundFloor
RoundHalfDown
RoundHalfEven
RoundHalfUp
RoundUnnecessary
RoundUp
BigDecimal(BigDecimal)
BigDecimal(BigInteger)
BigDecimal(Char[])
BigDecimal(Double)
BigDecimal(Int32)
BigDecimal(Int64)
BigDecimal(String)
BigDecimal(BigInteger, Int32)
BigDecimal(IntPtr, JniHandleOwnership)
BigDecimal(Char[], Int32, Int32)
JniPeerMembers
One
Ten
ThresholdClass
ThresholdType
Zero
Abs()
Abs(MathContext)
Add(BigDecimal)
Add(BigDecimal, MathContext)
ByteValueExact()
CompareTo(BigDecimal)
CompareTo(BigDecimal, MathContext)
Divide(BigDecimal)
Divide(BigDecimal, MathContext)
Divide(BigDecimal, RoundOptions)
Divide(BigDecimal, Int32, RoundOptions)
DivideInteger(BigDecimal)
DivideInteger(BigDecimal, MathContext)
DoubleValue()
FloatValue()
Format(Int32, Int32)
Format(Int32, Int32, Int32, Int32, Int32, RoundOptions)
IntValue()
IntValueExact()
LongValue()
LongValueExact()
Max(BigDecimal)
Max(BigDecimal, MathContext)
Min(BigDecimal)
Min(BigDecimal, MathContext)
MovePointLeft(Int32)
MovePointRight(Int32)
Multiply(BigDecimal)
Multiply(BigDecimal, MathContext)
Negate()
Negate(MathContext)
Plus()
Plus(MathContext)
Pow(BigDecimal)
Pow(BigDecimal, MathContext)
Remainder(BigDecimal)
Remainder(BigDecimal, MathContext)
Scale()
SetScale(Int32)
SetScale(Int32, RoundOptions)
ShortValueExact()
Signum()
Subtract(BigDecimal)
Subtract(BigDecimal, MathContext)
ToBigDecimal()
ToBigInteger()
ToBigIntegerExact()
ToCharArray()
UnscaledValue()
ValueOf(Double)
ValueOf(Int64)
ValueOf(Int64, Int32)
monoandroid
namespace Android.Icu.Math
{
[Register("android/icu/math/BigDecimal", ApiSince = 24, DoNotGenerateAcw = true)]
public class BigDecimal : Number, IJavaObject, IJavaPeerable, ISerializable, IComparable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.RoundOptions enum directly instead of this field.", true)]
[Register("ROUND_CEILING", ApiSince = 24)]
public const RoundOptions RoundCeiling = RoundOptions.Ceiling;
}
}
.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. |
Obsolete | This constant will be removed in the future version. Use Android.Icu.Math.RoundOptions enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API