Math
E
Pi
JniPeerMembers
ThresholdClass
ThresholdType
Abs(Double)
Abs(Int32)
Abs(Int64)
Abs(Single)
AbsExact(Int32)
AbsExact(Int64)
Acos(Double)
AddExact(Int32, Int32)
AddExact(Int64, Int64)
Asin(Double)
Atan(Double)
Atan2(Double, Double)
Cbrt(Double)
Ceil(Double)
CopySign(Double, Double)
CopySign(Single, Single)
Cos(Double)
Cosh(Double)
DecrementExact(Int32)
DecrementExact(Int64)
Exp(Double)
Expm1(Double)
Floor(Double)
FloorDiv(Int32, Int32)
FloorDiv(Int64, Int32)
FloorDiv(Int64, Int64)
FloorMod(Int32, Int32)
FloorMod(Int64, Int32)
FloorMod(Int64, Int64)
Fma(Double, Double, Double)
Fma(Single, Single, Single)
GetExponent(Double)
GetExponent(Single)
Hypot(Double, Double)
IEEEremainder(Double, Double)
IncrementExact(Int32)
IncrementExact(Int64)
Log(Double)
Log10(Double)
Log1p(Double)
Max(Double, Double)
Max(Int32, Int32)
Max(Int64, Int64)
Max(Single, Single)
Min(Double, Double)
Min(Int32, Int32)
Min(Int64, Int64)
Min(Single, Single)
MultiplyExact(Int32, Int32)
MultiplyExact(Int64, Int32)
MultiplyExact(Int64, Int64)
MultiplyFull(Int32, Int32)
MultiplyHigh(Int64, Int64)
NegateExact(Int32)
NegateExact(Int64)
NextAfter(Double, Double)
NextAfter(Single, Double)
NextDown(Double)
NextDown(Single)
NextUp(Double)
NextUp(Single)
Pow(Double, Double)
Random()
Rint(Double)
Round(Double)
Round(Single)
Scalb(Double, Int32)
Scalb(Single, Int32)
Signum(Double)
Signum(Single)
Sin(Double)
Sinh(Double)
Sqrt(Double)
SubtractExact(Int32, Int32)
SubtractExact(Int64, Int64)
Tan(Double)
Tanh(Double)
ToDegrees(Double)
ToIntExact(Int64)
ToRadians(Double)
Ulp(Double)
Ulp(Single)
monoandroid
namespace Java.Lang
{
[Register("java/lang/Math", DoNotGenerateAcw = true)]
public sealed class Math : Object
{
[Register("max", "(JJ)J", "")]
public static long Max(long a, long b);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API