NAnt SDK Documentation - v0.85-nightly-2005-11-09

MathFunctions Methods

The methods of the MathFunctions class are listed below. For a complete list of MathFunctions class members, see the MathFunctions Members topic.

Public Static (Shared) Methods

Abs Returns the absolute value of the specified number
Ceiling Returns the smallest whole number greater than or equal to the specified number
Floor Returns the largest whole number less than or equal to the specified number.
Round Rounds the value to the nearest whole number

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

MathFunctions Class | NAnt.Core.Functions Namespace