C# Класс Encog.NullStatusReportable

A report object that does nothing.
Наследование: IStatusReportable
Показать файл Открыть проект

Открытые методы

Метод Описание
Report ( int total, int current, String message ) : void

Simply ignore any status reports.

Описание методов

Report() публичный Метод

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.
Результат void