FRReturnOnTotalAssets

FRReturnOnTotalAssets(Number netProfit, Number totalAssets)

This function returns the results of return on total assets.

Parameters

Return value

The return value is a Number.

Example

If the net profit is 300000.00, the total assets are 2200000.00, the return value of the following statement is 0.14.

FRReturnOntotalAssets(300000.00, 2200000.00)