• For floating-point Numbers, you place a decimal as the separator between the whole part of the number and the fraction.

    对于浮点数,您将在整数部分和小数部分之间放置小数点。

    youdao

  • If you've never encountered an exact precision data type, the distinction between a decimal and floating-point type may be confusing.

    如果从未遇到过准确精度数据类型,那么对算术类型和浮点类型可能有些迷惑。

    youdao

  • A pocket calculator only works to eight decimal places.

    袖珍计算器只计算到小数点后8位。

    《柯林斯英汉双解大词典》

  • We speak a decimal language because an ancestral tongue, proto-Indo-European, was decimally based.

    我们说的是十进制的语言,这是因为我们的始祖语言——原始印欧语——是基于十进制的。

    youdao

  • The mathematics of ancient Egypt were based on a decimal system.

    古埃及数学以十进制为基础。

    《柯林斯英汉双解大词典》

  • In the standard decimal representation, almost all real numbers do not have a terminating decimal representation.

    在标准的十进制中,几乎所有实数都不能用有限小数表示。

    youdao

  • Model CR118 has a Fraction to Decimal Conversion Chart and Trigonometric Ratio Equations etched on the front side.

    CR118模型的正面刻有一个分数到十进制的转换图和三角比公式。

    youdao

  • The supposed advantage was that any observer with a decimal chronometer and a view of the sun’s height above the horizon would then know instantly where on the planet he was.

    人们认为这种表的优势在于:任何人只要有这样一块十进制表,再能看到地平线以上太阳的高度,就会立刻知道他在地球上的位置。

    youdao

  • Some SQL dialects prefer to call this type NUMERIC, and others also include a MONEY data type, which is defined as a decimal number with two places to the right of the decimal.

    一些SQL语言喜欢称此类型为NUMERIC类型,其它一些SQL语言则引入了MONEY数据类型,MONEY数据类型被定义为小数点右侧带有两位的小数。

    youdao

  • We need to be accurate to two decimal places (e.g. in a simple accounting package), scale everything up by 100, and convert it back to floating point as late as possible.

    我们处理小数的时候要精心些,比方说我们在做一个简单的统计程序时,要限制结果不能超过100,要尽可能晚的把它转化成浮点数。

    youdao

  • In fact, for the first time since 1952, British interest rates may well boast a "two" in front of the decimal point.

    实际上,自1952年首次,英国的利率可能已涨到小数点前两位了。

    youdao

  • SQL-92 includes a decimal data type, which is an exact numeric type for representing fixed point decimal Numbers and performs basic arithmetic operation on decimal Numbers.

    SQL- 92包括DECIMAL数据类型,它是用于表示定点小数的精确数字类型,它可以对小数进行基本的算术运算。

    youdao

  • In one machine, for example, mistakenly entering a number with two decimal points-like 1.2.3-might be read by the machine as 1.23, or as a 123.

    举个例子,在一台机器上错误地输入含有两个小数点的数字,比如1.2.3,它可能被机器识别为1.23或者123。

    youdao

  • Say the tabauth shows a decimal value of 29813. This is x7475 in hex format.

    假设tabauth展示一个十进制值29813,那么其十六进制格式是x7475。

    youdao

  • Here is a base 10 (decimal) EWU value calculation in Korn Shell 93 syntax.

    下面是以KornShell 93语法计算基数10(十进制)ewu值的代码。

    youdao

  • The value space of the duration datatype consists of an integral number of months and a decimal number of seconds.

    duration 数据类型的值空间包含一个表示月数的整数和一个表示秒数的小数。

    youdao

  • GetScale to determine the number of decimal digits after the decimal point that a parameter will support.

    getScale,用于确定参数在小数点后支持的小数位数。

    youdao

  • An example is the format-number function, which takes as one of its arguments a pattern describing the output format required for a decimal number.

    一个例子就是format -number函数,它使用一个模式(描述十进制数所需的输出格式)作为它的一个变量。

    youdao

  • The <fmt:formatNumber> action determines from the locale, for example, whether to use a period or a comma for delimiting the integer and decimal portions of a number. Here is its syntax

    <fmt:formatNumber>操作由语言环境确定,例如,使用句点还是使用逗号来定界数字的整数和小数部分。

    youdao

  • RIDs are often depicted as (page number; slot number), or (0;10) in decimal notation, (0;A) in hexadecimal notation.

    RID通常描述为(页号;slot数),即十进制记数的(0;10)、二进制记数的(0;A)。

    youdao

  • It varies from decimal in that precision decimal Numbers carry not only a numeric value but also an arithmetic precision that is retained.

    它与decimal不同,因为精度十进制数不仅包含一个数字值,而且保留了一个算法精度。

    youdao

  • A decimal number such as 1000.1 should be displayed as 1,000.1 in the U.S. but as 1.000, 1 in Germany.

    像1000.1这样的十进制数字在美国应该显示成1,000.1,而在德国会显示成1.000,1。

    youdao

  • Rgba (r, g, b, a) - (r, g, b, a are decimal Numbers).

    rgba (r,g,b,a)- (r, g, b, a是十进制数)。

    youdao

  • This argument can be used with a number, which tells the formatter how many decimal points to use.

    这个参数可与一个数字联合使用,以告知格式化程序有多少个小数点要使用。

    youdao

  • In most programming languages, Numbers that include a decimal fraction are called floating-point Numbers, which are used to approximate real Numbers in mathematics.

    在大部分的编程语言中,包含了小数点的数字称之为浮点数,可以用它来表示数学中的实数。

    youdao

  • A grouping separator that occurs after a decimal separator results in truncation.

    在小数分隔符后面的分组分隔符会导致截断。

    youdao

  • To create a decimal type, you specify the precision and, optionally, the scale for the data to be stored.

    要创建算术类型,应当指定保存的数据的精度,并可选地指定数据的刻度。

    youdao

  • By default, the scale for a DECIMAL type is 0, which means the DECIMAL data type mimics an integer type.

    默认情况下,decimal类型的刻度为0,这意味着DECIMAL数据类型模拟了整数类型。

    youdao

  • Something with a decimal point and Numbers thereafter.

    也就是小数点后还有数字。

    youdao

  • If you want to store a number to a DECIMAL field in a database, or retrieve a value from a DECIMAL field, how do you ensure that the number will be transmitted exactly?

    如果希望将数字存储到数据库中的decimal字段,或从decimal字段检索值,则如何确保精确地转换该数字?

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定