GOA - System.Math

Math Class


Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.

Definition

public static class Math: Object

Members Table

MethodDescription
AbsOverloaded. Returns the absolute value of the parameter.
AcosReturns the angle whose cosine is the specified number.
AsinReturns the angle whose sine is the specified number.
AtanReturns the angle whose tangent is the specified number.
Atan2Returns the angle whose tangent is the quotient of two specified numbers.
CeilingReturns the smallest whole number greater than or equal to the specified number.
CosReturns the cosine of the specified angle.
CoshReturns the hyperbolic cosine of the specified angle.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
ExpReturns e raised to the specified power.
FloorReturns the largest whole number less than or equal to the specified number.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
IEEERemainderReturns the remainder resulting from the division of a specified number by another specified number.
LogOverloaded. Returns the logarithm of a specified number.
Log10Returns the base 10 logarithm of a specified number.
MaxOverloaded. Returns the larger of two or three specified numbers.
MinOverloaded. Returns the smaller of two or three specified numbers.
PowReturns a specified number raised to the specified power.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RoundOverloaded. Returns the number nearest the specified value.
SignOverloaded. Returns a value indicating the sign of a number.
SinReturns the sine of the specified angle.
SinhReturns the hyperbolic sine of the specified angle.
SqrtReturns the square root of a specified number.
TanReturns the tangent of the specified angle.
TanhReturns the hyperbolic tangent of the specified angle.
ToStringReturns a String that represents the current Object. (Inherited from Object)
ConstantDescription
ERepresents the natural logarithmic base.
PIRepresents the ratio of the circumference of a circle to its diameter.

Inheritance Hierarchy

Object
Math

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.