StrictMath
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/StrictMath", DoNotGenerateAcw = true)]
public sealed class StrictMath : Object
{
[Register("floorDiv", "(II)I", "", ApiSince = 24)]
public static int FloorDiv(int x, int y);
}
}
.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