Registered User Joined: 1/12/2008 Posts: 57
|
when using real code is there a function to make it take the 'absolute value' of a value?
|
Worden Trainer
Joined: 4/26/2007 Posts: 508
|
alexhalil,
Use this syntax:
system.math.abs(some value or expression)
best,
Julia
|
Registered User Joined: 3/4/2005 Posts: 94
|
Julia:
What are some of the system math functions...Like Minimum, Maximum,square root, and do they have parameters.
Thanks in advance.
Thanks
|
Administration
Joined: 10/7/2004 Posts: 378
|
Here ya go.
http://msdn2.microsoft.com/en-us/library/system.math_members.aspx
Ole
|