代码搜索:decimal

找到约 6,613 项符合「decimal」的源代码

代码结果 6,613
www.eeworm.com/read/358128/3003847

result type_decimal.result

DROP TABLE IF EXISTS t1, t2; SET SQL_WARNINGS=1; CREATE TABLE t1 ( id int(11) NOT NULL auto_increment, datatype_id int(11) DEFAULT '0' NOT NULL, minvalue decimal(20,10) DEFAULT '0.0000000000' NOT NULL
www.eeworm.com/read/358128/3004582

test type_decimal.test

# bug in decimal() with negative numbers by kaido@tradenet.ee --disable_warnings DROP TABLE IF EXISTS t1, t2; --enable_warnings SET SQL_WARNINGS=1; CREATE TABLE t1 ( id int(11) NOT NULL auto_incr
www.eeworm.com/read/193038/8257463

ico tab decimal.ico

www.eeworm.com/read/134728/13975850

txt decimal_step.txt

0.1 0.1
www.eeworm.com/read/203164/15364698

class decimal$textry.class

www.eeworm.com/read/127767/14336062

txt e128. setting the decimal place of a big decimal value.txt

int decimalPlaces = 2; // Truncates the big decimal value. bd = bd.setScale(decimalPlaces, BigDecimal.ROUND_DOWN); String string = bd.toString();