Arizata.com Articles

Welcome Guest

Search:

Arizata.com Articles » Asp » Math Functions

Math Functions Articles

1: ASP Random number generator
We can generate random number for our applications using ASP. The random number can be used for displaying random images, or random banners or random colors for a page or random numbers for any type of application.

2: ASP Math Function
Math functions are part of our ASP scripts. Mostly they are used within the applications and support the script with various features. We will discuss some common functions used frequently inside our code.

3: ASP round function to format decimal place in ASP
Round function is used to round of a number and format the number as per requirment. Round(5.768) will return 6 Round(5.368) will return 5 Round(0.768) will return 1 Round(-3.368) will return -3


Page 1 of 1
[1]