MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / toDecimal64

Method toDecimal64

src/common/DecFloat.cpp:801–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801Decimal64 Decimal128::toDecimal64(DecimalStatus decSt) const
802{
803 Decimal64 rc;
804 DecimalContext context(this, decSt);
805 decDoubleFromWider(&rc.dec, &dec, &context);
806 return rc;
807}
808
809void Decimal128::setScale(DecimalStatus decSt, int scale)
810{

Callers 3

aggExecuteMethod · 0.80
setMethod · 0.80
CVT_get_dec64Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected