diff options
author | Eike Rathke <erack@redhat.com> | 2017-11-14 19:59:10 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-14 20:02:01 +0100 |
commit | 008c845819cd34a02fba16ee89c784d02d6740fa (patch) | |
tree | 4630bbaf17c1aeeb2b920fbb8818caff574e0872 /source | |
parent | ac105fe860f05e66f574e135fa6fcb738db9347f (diff) |
Related: tdf#113768 VDB change Type parameter opposite to NoSwitch
Change-Id: I9a603cb70f5922c83482da55fa797441bffab93c
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/04060118.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060118.xhp b/source/text/scalc/01/04060118.xhp index 14181ccbbd..0ecb0f41bb 100644 --- a/source/text/scalc/01/04060118.xhp +++ b/source/text/scalc/01/04060118.xhp @@ -145,14 +145,14 @@ <paragraph id="par_id3154636" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_VDB">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp></paragraph> <paragraph id="hd_id3155519" role="heading" level="3" xml-lang="en-US">Syntax</paragraph> -<paragraph id="par_id3149025" role="code" xml-lang="en-US">VDB(Cost; Salvage; Life; S; End; Factor; Type)</paragraph> +<paragraph id="par_id3149025" role="code" xml-lang="en-US">VDB(Cost; Salvage; Life; S; End; Factor; NoSwitch)</paragraph> <paragraph id="par_id3150692" role="paragraph" xml-lang="en-US"><emph>Cost</emph> is the initial value of an asset.</paragraph> <paragraph id="par_id3155369" role="paragraph" xml-lang="en-US"><emph>Salvage</emph> is the value of an asset at the end of the depreciation.</paragraph> <paragraph id="par_id3154954" role="paragraph" xml-lang="en-US"><emph>Life</emph> is the depreciation duration of the asset.</paragraph> <paragraph id="par_id3152817" role="paragraph" xml-lang="en-US"><emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration.</paragraph> <paragraph id="par_id3153221" role="paragraph" xml-lang="en-US"><emph>End</emph> is the end of the depreciation.</paragraph> <paragraph id="par_id3147536" role="paragraph" xml-lang="en-US"><emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation.</paragraph> -<paragraph id="par_id3154865" role="paragraph" xml-lang="en-US"><emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made.</paragraph> +<paragraph id="par_id3154865" role="paragraph" xml-lang="en-US"><emph>NoSwitch</emph>is an optional parameter. NoSwitch = 0 (default) means a switch to linear depreciation. In NoSwitch = 1 no switch is made.</paragraph> <paragraph id="par_idN10A0D" role="paragraph" localize="false" xml-lang="en-US"><embedvar href="text/scalc/00/00000004.xhp#optional"/></paragraph> <paragraph id="hd_id3148429" role="heading" level="3" xml-lang="en-US">Example</paragraph> |