C# Class Encog.App.Analyst.Commands.CmdBalance

Inheritance: Cmd
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
CmdBalance ( EncogAnalyst analyst ) : System

Construct the balance command.

ExecuteCommand ( String args ) : bool

Method Details

CmdBalance() public method

Construct the balance command.
public CmdBalance ( EncogAnalyst analyst ) : System
analyst Encog.App.Analyst.EncogAnalyst The analyst to use with this command.
return System

ExecuteCommand() public final method

public final ExecuteCommand ( String args ) : bool
args String
return bool