VB.NET Language in a Nutshell

   
NPV Function

Class

Microsoft.VisualBasic.Financial

Syntax

NPV( rate , valuearray ( ) )

rate (required; Double)

The discount rate over the period, expressed as a decimal

valuearray ( ) (required; Double)

An array of cash flow values

Return Value

A Double specifying the net present value

Description

Calculates the net present value of an investment based on a series of periodic variable cash flows (payments and receipts) and a discount rate

The net present value is the value today of a series of future cash flows discounted at some rate back to the first day of the investment period.

Rules at a Glance

Programming Tips and Gotchas

See Also

FV Function, IPmt Function, NPer Function, Pmt Function, PPmt Function, PV Function, Rate Function

   

Категории