CSMSL.Chemistry.ChemicalFormulaGenerator.RemoveConstraint C# (CSharp) Method

RemoveConstraint() public method

public RemoveConstraint ( Isotope isotope ) : void
isotope Isotope
return void
        public void RemoveConstraint(Isotope isotope)
        {
            MinimumFormula.Remove(isotope);
            MaximumFormula.Remove(isotope);
        }