C# 클래스 NMF.Transformations.Core.TransformationContextExtensions

Extensions for the transformation context
파일 보기 프로젝트 열기: NMFCode/NMF

공개 메소드들

메소드 설명
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