Click or drag to resize

NormalizationProcess Method

Process a molecule or reaction using defined rules

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public MolBase Process(
	MolBase input
)

Parameters

input
Type: Scilligence.MolEngineMolBase
The input molecule or reaction

Return Value

Type: MolBase
A new molecule/reaction object
See Also