double-typed
基本解釋
- adj.復(fù)式的
英漢例句
- The double type can also represent NaN (Not a Number), positive and negative infinity, and positive and negative zero.
double類型還可以表示NaN(非數(shù)字)、正負(fù)無(wú)窮和正負(fù)零。 - The double type can represent numbers as large as 10308 (positive or negative) with an accuracy of about 15 digits, and as small as 10-323.
double類型能夠以約15位的準(zhǔn)確度表示大至10308(正或負(fù))的數(shù)字和小至10-323的數(shù)字。 - If there is no double type in the expression, the expression evaluates to float or bool in relational or Boolean expressions.
如果表達(dá)式中不存在double類型,則表達(dá)式的計(jì)算結(jié)果為float或bool(在關(guān)系表達(dá)式或布爾表達(dá)式中)。 - If there is no double type in the expression, the expression evaluates to float or bool in the case of relational or Boolean expressions.
如果表達(dá)式中不存在double類型,則表達(dá)式的計(jì)算結(jié)果為float類型,在關(guān)系表達(dá)式或布爾表達(dá)式中為bool類型。 - Therefore, a one-dimensional array of integers is of a different type than a one-dimensional array of double types.
因此,一維整數(shù)數(shù)組與一維雙精度類型數(shù)組是不同的類型。