.NET Framework Class Library
Math Methods

The Math type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAbsOverloaded. Returns the absolute value of a specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAcosReturns the angle whose cosine is the specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAsinReturns the angle whose sine is the specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAtanReturns the angle whose tangent is the specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAtan2Returns the angle whose tangent is the quotient of two specified numbers.
Public methodStatic memberBigMulProduces the full product of two 32-bit numbers.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCeilingOverloaded. Returns the smallest integer greater than or equal to the specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCosReturns the cosine of the specified angle.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCoshReturns the hyperbolic cosine of the specified angle.
Public methodStatic memberDivRemOverloaded. Calculates the quotient of two numbers and also returns the remainder in an output parameter.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkExpReturns e raised to the specified power.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFloorOverloaded. Returns the largest integer less than or equal to the specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEEERemainderReturns the remainder resulting from the division of a specified number by another specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLogOverloaded. Returns the logarithm of a specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLog10Returns the base 10 logarithm of a specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMaxOverloaded. Returns the larger of two specified numbers.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMinOverloaded. Returns the smaller of two numbers.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPowReturns a specified number raised to the specified power.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRoundOverloaded. Rounds a value to the nearest integer or specified number of decimal places.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSignOverloaded. Returns a value indicating the sign of a number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSinReturns the sine of the specified angle.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSinhReturns the hyperbolic sine of the specified angle.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSqrtReturns the square root of a specified number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTanReturns the tangent of the specified angle.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTanhReturns the hyperbolic tangent of the specified angle.
Public methodStatic memberTruncateOverloaded. Calculates the integral part of a number.
Top
See Also

Reference

Tags :


Page view tracker