MathContext
Engineering
Plain
RoundCeiling
RoundDown
RoundFloor
RoundHalfDown
RoundHalfEven
RoundHalfUp
RoundUnnecessary
RoundUp
Scientific
MathContext(Int32)
MathContext(Int32, MathNotationForm)
MathContext(Int32, MathNotationForm, Boolean)
MathContext(Int32, MathNotationForm, Boolean, RoundOptions)
Default
Digits
Form
JniPeerMembers
LostDigits
RoundingMode
ThresholdClass
ThresholdType
monoandroid
namespace Android.Icu.Math
{
[Register("android/icu/math/MathContext", ApiSince = 24, DoNotGenerateAcw = true)]
public sealed class MathContext : Object, IJavaObject, IJavaPeerable, ISerializable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.RoundOptionsUnused enum directly instead of this field.", true)]
[Register("ROUND_CEILING", ApiSince = 24)]
public const RoundOptionsUnused RoundCeiling = RoundOptionsUnused.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.RoundOptionsUnused enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API