Class MathContext
public class MathContext : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
MathContext
- Implements
- Extension Methods
Constructors
MathContext(String)
public MathContext(String arg0)
Parameters
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, RoundingMode)
public MathContext(int arg0, RoundingMode arg1)
Parameters
arg0intarg1RoundingMode
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DECIMAL128
public static MathContext DECIMAL128 { get; set; }
Property Value
DECIMAL32
public static MathContext DECIMAL32 { get; set; }
Property Value
DECIMAL64
public static MathContext DECIMAL64 { 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
Precision
public int Precision { get; }
Property Value
RoundingMode
public RoundingMode RoundingMode { get; }
Property Value
UNLIMITED
public static MathContext UNLIMITED { get; set; }
Property Value
Methods
CreatePoolableInstance(String)
HPA initializer for MathContext(Java.Lang.String arg0)
public static MathContext CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(int)
HPA initializer for MathContext(int arg0)
public static MathContext CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
CreatePoolableInstance(int, RoundingMode)
HPA initializer for MathContext(int arg0, Java.Math.RoundingMode arg1)
public static MathContext CreatePoolableInstance(int arg0, RoundingMode arg1)
Parameters
arg0intarg1RoundingMode