Construct the formatter using given format specifiers, value and min/max value
Contruct formatter using contract format specifiers and given value
public PriceIntern(Contract,Double,Double,Double);
Constructs formatter using given format specifiers value and defaiult min/max values (0, 1e9)
public PriceIntern(Int32,Int32,Double,Double);
Construct the formatter using given format specifiers, value and min/max value
public PriceIntern(Int32,Int32,Double,Double,Double,Double);
PriceIntern Class | OEC.API Namespace