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

AddConstraint() public method

public AddConstraint ( Isotope isotope, Range range ) : void
isotope Isotope
range Range
return void
        public void AddConstraint(Isotope isotope, Range<int> range)
        {
            AddConstraint(isotope, range.Minimum, range.Maximum);
        }

Same methods

ChemicalFormulaGenerator::AddConstraint ( ChemicalFormula minimumChemicalFormula, ChemicalFormula maximumChemicalFormula ) : void
ChemicalFormulaGenerator::AddConstraint ( Isotope isotope, int min, int max ) : void