StrictMath
E
Pi
Tau
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)
CeilDiv(Int32, Int32)
CeilDiv(Int64, Int32)
CeilDiv(Int64, Int64)
CeilDivExact(Int32, Int32)
CeilDivExact(Int64, Int64)
CeilMod(Int32, Int32)
CeilMod(Int64, Int32)
CeilMod(Int64, Int64)
Clamp(Double, Double, Double)
Clamp(Int64, Int32, Int32)
Clamp(Int64, Int64, Int64)
Clamp(Single, Single, Single)
CopySign(Double, Double)
CopySign(Single, Single)
Cos(Double)
Cosh(Double)
DecrementExact(Int32)
DecrementExact(Int64)
DivideExact(Int32, Int32)
DivideExact(Int64, Int64)
Exp(Double)
Expm1(Double)
Floor(Double)
FloorDiv(Int32, Int32)
FloorDiv(Int64, Int32)
FloorDiv(Int64, Int64)
FloorDivExact(Int32, Int32)
FloorDivExact(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)
UnsignedMultiplyHigh(Int64, Int64)
net10.0-android36.0
namespace Java.Lang
{
[Register("java/lang/StrictMath", DoNotGenerateAcw = true)]
public sealed class StrictMath : Object
{
[Register("abs", "(I)I", "")]
public static int Abs(int a);
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.035.036.0 |
Information specific to net10.0-android36.0 | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API