C# Class NMF.Transformations.Core.ComputationEventArgs

Represents the data for events that belong to certain computations
Inheritance: System.EventArgs
Afficher le fichier Open project: NMFCode/NMF Class Usage Examples

Méthodes publiques

Méthode Description
ComputationEventArgs ( NMF.Transformations.Core.Computation computation ) : System

Creates new event data for the given computation

Method Details

ComputationEventArgs() public méthode

Creates new event data for the given computation
public ComputationEventArgs ( NMF.Transformations.Core.Computation computation ) : System
computation NMF.Transformations.Core.Computation The computation
Résultat System