PreviousNext
Mathematische Funktionen
Help > Hintergrundinformationen zu Berechnungen in der Software > Mathematische Funktionen

Quelle: https://msdn.microsoft.com/de-de/library/System.Math%28v=vs.110%29.aspx

 

 

Name

Description

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(Decimal)

Returns the absolute value of a Decimal number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(Double)

Returns the absolute value of a double-precision floating-point number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(Int16)

Returns the absolute value of a 16-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(Int32)

Returns the absolute value of a 32-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(Int64)

Returns the absolute value of a 64-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(SByte)

Returns the absolute value of an 8-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Abs(Single)

Returns the absolute value of a single-precision floating-point number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Acos

Returns the angle whose cosine is the specified number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Asin

Returns the angle whose sine is the specified number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Atan

Returns the angle whose tangent is the specified number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Atan2

Returns the angle whose tangent is the quotient of two specified numbers.

Public methodStatic member

BigMul

Produces the full product of two 32-bit numbers.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Ceiling(Decimal)

Returns the smallest integral value that is greater than or equal to the specified decimal number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Ceiling(Double)

Returns the smallest integral value that is greater than or equal to the specified double-precision floating-point number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Cos

Returns the cosine of the specified angle.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Cosh

Returns the hyperbolic cosine of the specified angle.

Public methodStatic member

DivRem(Int32, Int32, Int32)

Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter.

Public methodStatic member

DivRem(Int64, Int64, Int64)

Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Exp

Returns e raised to the specified power.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Floor(Decimal)

Returns the largest integer less than or equal to the specified decimal number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Floor(Double)

Returns the largest integer less than or equal to the specified double-precision floating-point number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

IEEERemainder

Returns the remainder resulting from the division of a specified number by another specified number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Log(Double)

Returns the natural (base e) logarithm of a specified number.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Log(Double, Double)

Returns the logarithm of a specified number in a specified base.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Log10

Returns the base 10 logarithm of a specified number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Byte, Byte)

Returns the larger of two 8-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Decimal, Decimal)

Returns the larger of two decimal numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Double, Double)

Returns the larger of two double-precision floating-point numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Int16, Int16)

Returns the larger of two 16-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Int32, Int32)

Returns the larger of two 32-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Int64, Int64)

Returns the larger of two 64-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(SByte, SByte)

Returns the larger of two 8-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(Single, Single)

Returns the larger of two single-precision floating-point numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(UInt16, UInt16)

Returns the larger of two 16-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(UInt32, UInt32)

Returns the larger of two 32-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Max(UInt64, UInt64)

Returns the larger of two 64-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Byte, Byte)

Returns the smaller of two 8-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Decimal, Decimal)

Returns the smaller of two decimal numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Double, Double)

Returns the smaller of two double-precision floating-point numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Int16, Int16)

Returns the smaller of two 16-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Int32, Int32)

Returns the smaller of two 32-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Int64, Int64)

Returns the smaller of two 64-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(SByte, SByte)

Returns the smaller of two 8-bit signed integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(Single, Single)

Returns the smaller of two single-precision floating-point numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(UInt16, UInt16)

Returns the smaller of two 16-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(UInt32, UInt32)

Returns the smaller of two 32-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Min(UInt64, UInt64)

Returns the smaller of two 64-bit unsigned integers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Pow

Returns a specified number raised to the specified power.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Decimal)

Rounds a decimal value to the nearest integral value.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Double)

Rounds a double-precision floating-point value to the nearest integral value.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Decimal, Int32)

Rounds a decimal value to a specified number of fractional digits.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Decimal, MidpointRounding)

Rounds a decimal value to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Double, Int32)

Rounds a double-precision floating-point value to a specified number of fractional digits.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Double, MidpointRounding)

Rounds a double-precision floating-point value to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Decimal, Int32, MidpointRounding)

Rounds a decimal value to a specified number of fractional digits. A parameter specifies how to round the value if it is midway between two other numbers.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Round(Double, Int32, MidpointRounding)

Rounds a double-precision floating-point value to the specified number of fractional digits. A parameter specifies how to round the value if it is midway between two other numbers.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(Decimal)

Returns a value indicating the sign of a decimal number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(Double)

Returns a value indicating the sign of a double-precision floating-point number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(Int16)

Returns a value indicating the sign of a 16-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(Int32)

Returns a value indicating the sign of a 32-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(Int64)

Returns a value indicating the sign of a 64-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(SByte)

Returns a value indicating the sign of an 8-bit signed integer.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sign(Single)

Returns a value indicating the sign of a single-precision floating-point number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sin

Returns the sine of the specified angle.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sinh

Returns the hyperbolic sine of the specified angle.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Sqrt

Returns the square root of a specified number.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Tan

Returns the tangent of the specified angle.

Public methodStatic memberSupported by the XNA FrameworkSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Tanh

Returns the hyperbolic tangent of the specified angle.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Truncate(Decimal)

Calculates the integral part of a specified decimal number.

Public methodStatic memberSupported by Portable Class LibrarySupported in .NET for Windows Store apps

Truncate(Double)

Calculates the integral part of a specified double-precision floating-point number.