Factorial computation in ASP.NET
Posted by: Al Pascual,
on 18 Sep 2008 |
View original | Bookmarked: 0 time(s)
Zichuan Ye, a coworker wrote for fun a factorial calculator. It does both, multiplication and factorials providing a postback and callback implementation in ASP.NET and VB.NET. A great tool to download and learn from it. He was kind enough to provide the source code to share this great tool with all of us. Something that took him an hour to create would take me a few days to figure it out.
Just take a look at the multiply function below.Private Function DoMultiply(ByVal A() As Short, ByVal B()...