C# Class Encog.NullStatusReportable

A report object that does nothing.
Inheritance: IStatusReportable
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
Report ( int total, int current, String message ) : void

Simply ignore any status reports.

Method Details

Report() public method

Simply ignore any status reports.
public Report ( int total, int current, String message ) : void
total int Not used.
current int Not used.
message String Not used.
return void