CSMSL.Tests.Chemistry.ChemicalFormulaTestFixture.HillNotation C# (CSharp) Method

HillNotation() private method

private HillNotation ( ) : void
return void
        public void HillNotation()
        {
            ChemicalFormula formulaA = new ChemicalFormula("H3NC2O");

            Assert.AreEqual("C2H3NO", formulaA.Formula);
        }
ChemicalFormulaTestFixture