public method Account.getBalance
Overview
Gets the amount of funds on the account
Declaration
function getBalance()
public double getBalance();
public double getBalance();
Returns
The method returns a real value that represents the amount of funds on the account
Details
Declared in Account