Write an Article Write a Tutorial Add a Fast Code* *Fast Code might be any helpful code with brief comment
Stem Cells Blood Banks Insurances .Net Hosting Credit Cards PC Rental Business
Tutorials: ASP .NET C# .NET VB .NET Articles: ASP .NET C# .NET VB .NET Fast Code: ASP .NET C# .NET VB .NET
Public Function Add(a As Integer, b As Integer) As Integer Return(a + b) End Function Public Function Subtract(A As System.Single, B As System.Single) As System.Single Return A - B End Function Public Function Multiply(A As System.Single, B As System.Single) As System.Single Return A * B End Function Public Function Divide(A As System.Single, B As System.Single) As System.Single If B = 0 Return -1 End If Return Convert.ToSingle(A / B) End Function
13/12/2007 07:21:42 UTC
Good tips for biginners
15/05/2008 05:37:12 UTC