Tracht-Shop Tracht-Shop Feed FriendsPoint.de German Wear.com German Wear.EU
Write an Article Write a Tutorial Add a Fast Code* *Fast Code might be any helpful code with brief comment
Tutorials: ASP .NET C# .NET VB .NET Articles: ASP .NET C# .NET VB .NET Fast Code: ASP .NET C# .NET VB .NET
<WebMethod()> Public Function Add(a As Integer, b As Integer) As Integer Return(a + b) End Function <WebMethod()> Public Function Subtract(A As System.Single, B As System.Single) As System.Single Return A - B End Function <WebMethod()> Public Function Multiply(A As System.Single, B As System.Single) As System.Single Return A * B End Function <WebMethod()> 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
04/12/2008 00:27:50 UTC
03/11/2009 02:06:38 UTC