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