Class MapMathContext
java.lang.Object
me.datafox.dfxengine.values.api.operation.MathContext
me.datafox.dfxengine.values.api.operation.MapMathContext
Context used when applying
Operations
on ValueMaps
. In addition to the options in
MathContext
, createNonExistingAs()
determines a Numeral
value that is used as the default
input Numeral when a Handle
key is requested that is not present in the map. A null
value represents
that these Handles should be ignored instead. It is set to null
by default.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.datafox.dfxengine.values.api.operation.MathContext
convertResultTo, convertToDecimal, ignoreBadConversion
-
Constructor Details
-
MapMathContext
public MapMathContext()
-
-
Method Details