Example #1
0
        public Unit Divide(BaseUnit i)
        {
            var a = Multiply(i, true);

            return(a);
        }