terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
This is the complete list of members for System.Math, including all inherited members.
Abs(int value) | System.Math | inlinestatic |
Abs(double value) | System.Math | |
Abs(float value) | System.Math | |
Acos(double d) | System.Math | |
Atan(double d) | System.Math | |
Atan2(double y, double x) | System.Math | |
Ceiling(double a) | System.Math | |
Clamp(int value, int min, int max) | System.Math | inlinestatic |
Cos(double d) | System.Math | |
DivRem(int a, int b, out int result) | System.Math | inlinestatic |
doubleRoundLimit | System.Math | privatestatic |
Floor(double d) | System.Math | |
IEEERemainder(double x, double y) | System.Math | inlinestatic |
Log(double a, double newBase) | System.Math | inlinestatic |
Log(double d) | System.Math | |
Math() | System.Math | inlineprivatestatic |
Max(byte val1, byte val2) | System.Math | inlinestatic |
Max(double val1, double val2) | System.Math | inlinestatic |
Max(int val1, int val2) | System.Math | inlinestatic |
Max(long val1, long val2) | System.Math | inlinestatic |
Max(float val1, float val2) | System.Math | inlinestatic |
Max(ushort val1, ushort val2) | System.Math | inlinestatic |
Min(byte val1, byte val2) | System.Math | inlinestatic |
Min(double val1, double val2) | System.Math | inlinestatic |
Min(int val1, int val2) | System.Math | inlinestatic |
Min(long val1, long val2) | System.Math | inlinestatic |
Min(float val1, float val2) | System.Math | inlinestatic |
Min(uint val1, uint val2) | System.Math | inlinestatic |
ModF(double x, double *intptr) | System.Math | private |
Pow(double x, double y) | System.Math | |
Round(double a) | System.Math | |
Round(double value, int digits) | System.Math | inlinestatic |
Round(double value, int digits, global::System.MidpointRounding mode) | System.Math | inlinestatic |
roundPower10Double | System.Math | privatestatic |
Sign(double value) | System.Math | inlinestatic |
Sign(int value) | System.Math | inlinestatic |
Sign(long value) | System.Math | inlinestatic |
Sign(float value) | System.Math | inlinestatic |
Sin(double a) | System.Math | |
Sqrt(double d) | System.Math | |
Tan(double a) | System.Math | |
ThrowAbsOverflow() | System.Math | inlineprivatestatic |
ThrowMinMaxException< T >(T min, T max) | System.Math | inlineprivatestatic |