Table of Contents

Class MathContext

Namespace
Android.Icu.Math
Assembly
MASES.Netdroid.dll
public class MathContext : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
MathContext
Implements
Extension Methods

Constructors

MathContext(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MathContext(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

MathContext(int)

public MathContext(int arg0)

Parameters

arg0 int

int

MathContext(int, int)

public MathContext(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

MathContext(int, int, bool)

public MathContext(int arg0, int arg1, bool arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 bool

bool

MathContext(int, int, bool, int)

public MathContext(int arg0, int arg1, bool arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 bool

bool

arg3 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT

public static MathContext DEFAULT { get; set; }

Property Value

MathContext

ENGINEERING

public static int ENGINEERING { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PLAIN

public static int PLAIN { get; set; }

Property Value

int

ROUND_CEILING

public static int ROUND_CEILING { get; set; }

Property Value

int

ROUND_DOWN

public static int ROUND_DOWN { get; set; }

Property Value

int

ROUND_FLOOR

public static int ROUND_FLOOR { get; set; }

Property Value

int

ROUND_HALF_DOWN

public static int ROUND_HALF_DOWN { get; set; }

Property Value

int

ROUND_HALF_EVEN

public static int ROUND_HALF_EVEN { get; set; }

Property Value

int

ROUND_HALF_UP

public static int ROUND_HALF_UP { get; set; }

Property Value

int

ROUND_UNNECESSARY

public static int ROUND_UNNECESSARY { get; set; }

Property Value

int

ROUND_UP

public static int ROUND_UP { get; set; }

Property Value

int

SCIENTIFIC

public static int SCIENTIFIC { get; set; }

Property Value

int

Methods

CreatePoolableInstance(int)

HPA initializer for MathContext(int arg0)

public static MathContext CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

MathContext

CreatePoolableInstance(int, int)

HPA initializer for MathContext(int arg0, int arg1)

public static MathContext CreatePoolableInstance(int arg0, int arg1)

Parameters

arg0 int
arg1 int

Returns

MathContext

CreatePoolableInstance(int, int, bool)

HPA initializer for MathContext(int arg0, int arg1, bool arg2)

public static MathContext CreatePoolableInstance(int arg0, int arg1, bool arg2)

Parameters

arg0 int
arg1 int
arg2 bool

Returns

MathContext

CreatePoolableInstance(int, int, bool, int)

HPA initializer for MathContext(int arg0, int arg1, bool arg2, int arg3)

public static MathContext CreatePoolableInstance(int arg0, int arg1, bool arg2, int arg3)

Parameters

arg0 int
arg1 int
arg2 bool
arg3 int

Returns

MathContext

GetDigits()

public int GetDigits()

Returns

int

int

GetForm()

public int GetForm()

Returns

int

int

GetLostDigits()

public bool GetLostDigits()

Returns

bool

bool

GetRoundingMode()

public int GetRoundingMode()

Returns

int

int