W3cubDocs

/Haxe Java

MathContext

package java.math

implements Serializable

@:final@:libType@:javaNative@:native("java.math.MathContext")@:javaCanonical("java.math","MathContext") Available on java

Constructor

@:overload new (param1:String)

@:overload new (param1:Int)

@:overload new (param1:Int, param2:RoundingMode)

Methods

@:overload equals (param1:Dynamic):Bool

@:overload getPrecision ():Int

@:overload getRoundingMode ():RoundingMode

@:overload hashCode ():Int

@:overload toString ():String

Static variables

@:final static DECIMAL128:MathContext

@:final static DECIMAL32:MathContext

@:final static DECIMAL64:MathContext

@:final static UNLIMITED:MathContext

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/math/MathContext.html