国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

無涯教程-JavaScript - DB函數(shù)

這篇具有很好參考價(jià)值的文章主要介紹了無涯教程-JavaScript - DB函數(shù)。希望對大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

描述

DB函數(shù)使用固定余額遞減法返回指定期間內(nèi)資產(chǎn)的折舊。

語法

DB (cost, salvage, life, period, [month])

爭論

Argument 描述 Required/Optional
Cost The initial cost of the asset. Required
Salvage The value at the end of the depreciation (sometimes called the salvage value of the asset). Required
Life The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset). Required
Period

您要計(jì)算折舊的期間。

期間必須使用與生命相同的單位。

Required
Month

第一年的月數(shù)。

如果省略month,則假定為12。

Optional

Notes

  • 固定遞減余額法以固定比率計(jì)算折舊。 DB使用以下公式計(jì)算期間的折舊-

    (成本-上一期間的總折舊)*費(fèi)率

    哪里,

    費(fèi)率= 1-((殘廢率/成本)^(1 /壽命)),四舍五入到小數(shù)點(diǎn)后三位

  • 第一個(gè)和最后一個(gè)期間的折舊是一種特殊情況。

  • 在第一階段,DB使用此公式-

    費(fèi)用*費(fèi)率*月/12

  • 在最后一個(gè)期間,DB使用此公式-

    ((成本-上一期間的總折舊)*費(fèi)率 * (12 - month))/12

  • If the specified cost or the specified salvage argument is < 0, DB returns #NUM! error value.

  • 如果指定壽命或指定周期參數(shù)≤0,則DB返回#NUM!。錯(cuò)誤值。

  • If the specified month argument is ≤ 0 or is > 12, DB returns #NUM! error value.

  • If the specified period > life and the month argument is omitted, DB returns #NUM! error value.

  • If the specified period > life+1, DB returns #NUM! error value.

  • 如果任何指定的參數(shù)不是數(shù)值,則DB返回#VALUE!。錯(cuò)誤值。

適用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

JavaScript 中的 DB函數(shù) - 無涯教程網(wǎng)無涯教程網(wǎng)提供描述DB函數(shù)使用固定余額遞減法返回指定期間內(nèi)資產(chǎn)的折舊。 語法 DB (cost, salvage, l...https://www.learnfk.com/javascript/advanced-excel-financial-db-function.html文章來源地址http://www.zghlxwxcb.cn/news/detail-705893.html

到了這里,關(guān)于無涯教程-JavaScript - DB函數(shù)的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 無涯教程-JavaScript - DELTA函數(shù)

    DELTA函數(shù)測試兩個(gè)值是否相等。如果number1 = number2,則返回1;否則返回1。否則返回0。 您可以使用此功能來過濾一組值。如,通過合計(jì)幾個(gè)DELTA函數(shù),您可以計(jì)算相等對的計(jì)數(shù)。此功能也稱為Kronecker Delta功能。 Argument 描述 Required/Optional number1 The first number. Required number2 第二個(gè)數(shù)字。

    2024年02月09日
    瀏覽(18)
  • 無涯教程-JavaScript - IMPRODUCT函數(shù)

    IMPRODUCT函數(shù)以x + yi或x + yj文本格式返回1到255個(gè)復(fù)數(shù)的乘積。兩個(gè)復(fù)數(shù)的乘積為- $$(A + BI)(C + DI)=(AC-BD)(A + B)1 $$ Argument 描述 Required/Optional Inumber1 1 to 255 complex numbers to multiply. Required [inumber2], … 1 to 255 complex numbers to multiply. Optional Excel中的復(fù)數(shù)僅存儲為文本。 當(dāng)將格式為\\\" a + bi\\\"或

    2024年02月09日
    瀏覽(21)
  • 無涯教程-JavaScript - IMCSCH函數(shù)

    IMCSCH函數(shù)以x + yi或x + yj文本格式返回復(fù)數(shù)的雙曲余割。 復(fù)數(shù)的雙曲余割定義為雙曲正弦的倒數(shù),即 csch(z)= 1 /出生(z) Argument 描述 Required/Optional Inumber A complex number for which you want the hyperbolic cosecant. Required Excel中的復(fù)數(shù)僅存儲為文本。 當(dāng)將格式為\\\" a + bi\\\"或\\\" a + bj\\\"的文本字符串提供

    2024年02月09日
    瀏覽(29)
  • 無涯教程-JavaScript - BESSELK函數(shù)

    BESSELK函數(shù)返回修改后的Bessel函數(shù)Kn(x),該函數(shù)等效于針對純虛參判斷的Bessel函數(shù)。 這些也稱為雙曲貝塞爾函數(shù)。 Argument 描述 Required/Optional X The value at which to evaluate the function. Required N The order of the function. If n is not an integer, it is truncated. Required 如果x為非數(shù)字,則BESSELK返回#VALUE!錯(cuò)

    2024年02月09日
    瀏覽(22)
  • 無涯教程-JavaScript - DDB函數(shù)

    DDB函數(shù)使用雙倍余額遞減法或您指定的某些其他方法返回指定期間內(nèi)資產(chǎn)的折舊。 Argument 描述 Required/Optional Cost The initial cost of the asset. Required Salvage 折舊結(jié)束時(shí)的價(jià)值(有時(shí)稱為資產(chǎn)的殘值)。 該值可以為0。 Required Life The number of periods over which the asset is being depreciated (sometime

    2024年02月09日
    瀏覽(23)
  • 無涯教程-JavaScript - DAYS函數(shù)

    DAYS函數(shù)返回兩個(gè)日期之間的天數(shù)。 Argument 描述 Required/Optional End_date Start_date and End_date are the two dates between which you want to know the number of days. Required Start_date Start_date and End_date are the two dates between which you want to know the number of days. Required Excel將日期存儲為序列號,以便可以在計(jì)算中

    2024年02月10日
    瀏覽(22)
  • 無涯教程-JavaScript - CUMIPMT函數(shù)

    CUMIPMT函數(shù)返回start_period和end_period之間的貸款累計(jì)利息。 Argument 描述 Required/Optional Rate The interest rate. Required Nper The total number of payment periods. Required Pv The present value. Required Start_period 計(jì)算的第一個(gè)期間。 付款期從1開始編號。 Required End_period The last period in the calculation. Required T

    2024年02月09日
    瀏覽(27)
  • 無涯教程-JavaScript - IMPOWER函數(shù)

    IMPOWER函數(shù)以x + yi或x + yj文本格式返回加到冪的復(fù)數(shù)。求冪的復(fù)數(shù)的計(jì)算方法如下- $$(x + yi)^ n = r ^ ne ^ {n theta} = r ^ n cos n theta + ir ^ n sin n theta $$ 哪里- $$r = sqrt {x ^ 2 + y ^ 2} ::和::theta = tan ^ {-1} left(frac {y} {x} right): :和::theta epsilon(-pi; pi] $$ Argument 描述 Required/Optiona

    2024年02月09日
    瀏覽(33)
  • 無涯教程-JavaScript - IMLOG2函數(shù)

    IMLOG2函數(shù)以x + yi或x + yj文本格式返回復(fù)數(shù)的以2為底的對數(shù)??梢詮淖匀粚?shù)計(jì)算復(fù)數(shù)的以2為底的對數(shù),如下所示- $$log_2(x + yi)=(log_2e)ln(x + yi)$$ Argument 描述 Required/Optional Inumber A complex number for which you want the base-2 logarithm. Required Excel中的復(fù)數(shù)僅存儲為文本。 當(dāng)將格式為\\\" a + bi\\\"或

    2024年02月09日
    瀏覽(22)
  • 無涯教程-Javascript - For...in循環(huán)語句

    for ... in 循環(huán)用于循環(huán)訪問對象的屬性,由于無涯教程尚未討論 Objects 對象,您就會發(fā)現(xiàn)此循環(huán)非常有用。 “ for...in”循環(huán)的語法為: 在每次迭代中,將 object 對象中的一個(gè)屬性分配給 variablename 變量,此循環(huán)一直進(jìn)行到對象的所有屬性。 請嘗試以下示例來實(shí)現(xiàn)\\\" for-in\\\"循環(huán),它

    2024年02月16日
    瀏覽(20)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包