CSMSL.Chemistry.ChemicalFormulaGenerator.RemoveConstraint C# (CSharp) Méthode

RemoveConstraint() public méthode

public RemoveConstraint ( Isotope isotope ) : void
isotope Isotope
Résultat void
        public void RemoveConstraint(Isotope isotope)
        {
            MinimumFormula.Remove(isotope);
            MaximumFormula.Remove(isotope);
        }