导航菜单

bigdecimal是什么意思_翻译中文_怎么读

bigdecimal

网络释义:大数值对象;就是四舍五入方式;大数据

网络释义

1.大数值对象的功能和技术细节,让我们现在就开始吧。1.大数值对象(BigDecimal):和普通的原始类型相比,该类主要提供以下几点优势…

2.就是四舍五入方式 ... BigDecimal multiply 乘法 // BigDecimal 就是四舍五入方式。 BigInteger c=a.add 加法 ...

3.大数据 ... digits 显示的数字位数 BigDecimal 介绍 Rounding mode to round towards positive infinity. 向正无穷方向舍入 ...

5.非空 java.lang.Long 空 java.math.BigDecimal 非空 java.math.BigDecimal 空 ...

6.类型的计算计算,数据库类型的设计(number),以及大数字类型的计算 (bigdecimal) 7. 日期的处理和计算,查询的时候条件为日期区间( …

例句释义:,大数值对象,就是四舍五入方式,大数据

1.Conversion from BigDecimal objects into Float numbers had a problem which enables attackers to effectively cause segmentation faults.将BigDecimal对象转换成Float数的时候会导致一个问题,这个问题使得攻击者能够很容易得到段错误。

2.For this reason, BigDecimal gives you exppcit control over rounding when performing division operations.出于这个原因,在进行除法运算时,BigDecimal可以让您显式地控制舍入。

3.Arithmetic on BigDecimal values is provided by methods for addition, subtraction, multippcation, and division.用于加、减、乘和除的方法给BigDecimal值提供了算术运算。

4.In Listing 10, the quantity starts the method call, which moves through Integer, then BigDecimal, finally returning an Ingredient.在清单10中,数量开始方法调用,开始是Integer,然后是BigDecimal,最后返回Ingredient。

5.Next, I need to exchange primitive datatypes (pke double, int, and float) for objects pke Integer and BigDecimal.接下来,我需要将基本数据类型(如,double、int和float)转换为诸如Integer和BigDecimal的对象。

6.If you are looking to represent exact quantities such as monetary amounts, BigDecimal is well-suited to the task.如果您正在寻找一种能精确表示如货币量这样的数值,则BigDecimal可以很好地胜任该任务。

7.Thus, using simple data types, such as string, integer, float, and even BigDecimal, are natural.因此,可以自然地使用简单的数据类型,比如string、integer、float,甚至是BigDecimal。

8.If you need to represent fixed point numbers, such as dollars and cents, use BigDecimal instead.如果需要表示定点数(譬如,几美元和几美分),则使用BigDecimal。