money ~master (2021-10-20T05:29:34Z)
Dub
Repo
currency.opBinary
money
currency
Can multiply, divide, and modulo floating point numbers.
T
opBinary
(T rhs)
double
opBinary
(T rhs)
T
opBinary
(long rhs)
T
opBinary
(real rhs)
struct
currency
(string currency_name, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
const
T
opBinary
(
string
op
)
(
const
real
rhs
)
Meta
Source
See Implementation
money
currency
aliases
T
constructors
this
functions
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
toDecimalString
toString
manifest constants
__currency
__dec_places
__factor
__rmode
static variables
init
max
min
variables
amount
Can multiply, divide, and modulo floating point numbers.