C# Class NewTOAPIA.GL.MatrixNotInvertableException

Inheritance: System.ApplicationException
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
MatrixNotInvertableException ( string msg ) : System

An attempt to invert a non-invertable matrix was made.

Method Details

MatrixNotInvertableException() public méthode

An attempt to invert a non-invertable matrix was made.
public MatrixNotInvertableException ( string msg ) : System
msg string
Résultat System