C# 5) C# MATH FUNCTION in asp.net
MATH FUNCTION
* Related the mathematics
- Max :- the maximum value show biggest value
- Min :- minimum value
- Abs :- abs return positive value ex.-75 output 75
- Sqrt :- squareroot
- Round :- round is decimal value ex .9.49 output 9
- 9.50 output 10
Comments
Post a Comment