stdxdecimal ~master (2018-01-10T13:36:26Z)
Dub
Repo
Decimal.hook
stdxdecimal
Decimal
hook
is a member variable if it has state, or an alias for
Hook
otherwise.
Hook
hook
;
struct
Decimal
(Hook = Abort)
static if
(
stateSize!Hook > 0
)
Hook
hook
;
alias
hook
=
Hook
Meta
Source
See Implementation
stdxdecimal
Decimal
aliases
toString
constructors
this
functions
addImpl
dup
idup
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
resetFlags
round
toDecimalString
manifest constants
hasClampedMethod
hasDivisionByZeroMethod
hasInexactMethod
hasInvalidOperationMethod
hasOverflowMethod
hasRoundedMethod
hasSubnormalMethod
hasUnderflowMethod
properties
clamped
divisionByZero
inexact
invalidOperation
isInf
isNan
overflow
rounded
sign
subnormal
underflow
static functions
infinity
max
min
nan
variables
coefficient
exponent
hook
maxExponent
minExponent
precision
roundingMode
hook is a member variable if it has state, or an alias for Hook otherwise.