C# Class NMF.Transformations.Core.TransformationContextExtensions

Extensions for the transformation context
Afficher le fichier Open project: NMFCode/NMF

Méthodes publiques

Méthode Description
CallTransformation ( this context, NMF.Transformations.Core.GeneralTransformationRule transformationRule ) : NMF.Transformations.Core.Computation

Calls the given transformation with the specified input

Method Details

CallTransformation() public static méthode

Calls the given transformation with the specified input
public static CallTransformation ( this context, NMF.Transformations.Core.GeneralTransformationRule transformationRule ) : NMF.Transformations.Core.Computation
context this The current transformation context
transformationRule NMF.Transformations.Core.GeneralTransformationRule The rule that should be applied
Résultat NMF.Transformations.Core.Computation