C# Класс Encog.MathUtil.Matrices.MatrixError

Наследование: Encog.EncogError
Показать файл Открыть проект

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

Метод Описание
MatrixError ( Exception e ) : System

Pass on an exception.

MatrixError ( String str ) : System

Construct a message exception.

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

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

Pass on an exception.
public MatrixError ( Exception e ) : System
e System.Exception The other exception.
Результат System

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

Construct a message exception.
public MatrixError ( String str ) : System
str String The message.
Результат System