Util¶
-
final class
Util
¶ The
Util
class contains various utility methods and constants.
Fields¶
nf¶
-
NumberFormat
nf
¶ Stores the appropriate NumberFormat for AMPL’s only locale (US) Need to have an instance, as formats are not synchronised
Methods¶
CreateUSFormat¶
-
public static NumberFormat
CreateUSFormat
()¶ Used by classes which by design don’t have a reference to the ampl object (i.e. Tuple and DataFrame)