Class MathContext
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
initializerIJVMBridgeBaseInitializer
MathContext(int)
public MathContext(int arg0)
Parameters
MathContext(int, int)
public MathContext(int arg0, int arg1)
Parameters
MathContext(int, int, bool)
public MathContext(int arg0, int arg1, bool arg2)
Parameters
MathContext(int, int, bool, int)
public MathContext(int arg0, int arg1, bool arg2, int arg3)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFAULT
public static MathContext DEFAULT { get; set; }
Property Value
ENGINEERING
public static int ENGINEERING { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
PLAIN
public static int PLAIN { get; set; }
Property Value
ROUND_CEILING
public static int ROUND_CEILING { get; set; }
Property Value
ROUND_DOWN
public static int ROUND_DOWN { get; set; }
Property Value
ROUND_FLOOR
public static int ROUND_FLOOR { get; set; }
Property Value
ROUND_HALF_DOWN
public static int ROUND_HALF_DOWN { get; set; }
Property Value
ROUND_HALF_EVEN
public static int ROUND_HALF_EVEN { get; set; }
Property Value
ROUND_HALF_UP
public static int ROUND_HALF_UP { get; set; }
Property Value
ROUND_UNNECESSARY
public static int ROUND_UNNECESSARY { get; set; }
Property Value
ROUND_UP
public static int ROUND_UP { get; set; }
Property Value
SCIENTIFIC
public static int SCIENTIFIC { get; set; }
Property Value
Methods
CreatePoolableInstance(int)
HPA initializer for MathContext(int arg0)
public static MathContext CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
CreatePoolableInstance(int, int)
HPA initializer for MathContext(int arg0, int arg1)
public static MathContext CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
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
Returns
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
Returns
GetDigits()
public int GetDigits()
Returns
GetForm()
public int GetForm()
Returns
GetLostDigits()
public bool GetLostDigits()
Returns
GetRoundingMode()
public int GetRoundingMode()