FRCashFlowVsTotalDebt

FRCashFlowVsTotalDebt(Number cashFlow,Number totalDebt)

This function returns the result of cash flow vs total debt.

Parameters

Return value

The return value is a Number.

Example

If the cash flow is 250000.00, the total debt is 280000.00, the return value of the following statement is 0.89.

FRCashFlowVsTotalDebt(250000.00, 280000.00)