C# Класс NMF.Transformations.Core.TransformationContextExtensions

Extensions for the transformation context
Показать файл Открыть проект

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

Метод Описание
CallTransformation ( this context, NMF.Transformations.Core.GeneralTransformationRule transformationRule ) : NMF.Transformations.Core.Computation

Calls the given transformation with the specified input

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

CallTransformation() публичный статический Метод

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
Результат NMF.Transformations.Core.Computation