stdxdecimal ~master (2018-01-10T13:36:26Z)
Dub
Repo
Decimal.clamped
stdxdecimal
Decimal
Exceptional condition flags
bool
clamped
[@property setter]
bool
clamped
()
struct
Decimal
(Hook = Abort)
@
safe
pure nothrow @
nogc
const @
property
bool
clamped
(
)
bool
sign
()
bool
isNan
()
bool
isInf
()
bool
divisionByZero
()
bool
inexact
()
bool
invalidOperation
()
bool
overflow
()
bool
rounded
()
bool
subnormal
()
bool
underflow
()
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
Exceptional condition flags