Previous: Npv function To the Table of Content Next: Pmt function

- 4.45.2.47 -
Standard Units
Math Unit
Math Unit Procedures and Functions

Percent function

Targets: MS-DOS, OS/2, Win32


Math Unit

Compute percent (%).

Declaration:
function Percent(Value1, Value2: Extended): Extended;
Remarks:
The Percent returns Value2 percent (%) from Value1. Percent uses the formula:
  percent = 100 * Value2 / Value1



Previous: Npv function To the Table of Content Next: Pmt function
Npv function Table of Content Pmt function

- 4.45.2.47 -