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
Loading...
Searching...
No Matches
System.Math Class Reference
+ Collaboration diagram for System.Math:

Public Member Functions

static double Round (double a)
 
static double Abs (double value)
 
static float Abs (float value)
 
static double Acos (double d)
 
static double Atan (double d)
 
static double Atan2 (double y, double x)
 
static double Ceiling (double a)
 
static double Cos (double d)
 
static double Floor (double d)
 
static double Log (double d)
 
static double Pow (double x, double y)
 
static double Sin (double a)
 
static double Sqrt (double d)
 
static double Tan (double a)
 

Static Public Member Functions

static int Abs (int value)
 
static int DivRem (int a, int b, out int result)
 
static int Clamp (int value, int min, int max)
 
static double IEEERemainder (double x, double y)
 
static double Log (double a, double newBase)
 
static byte Max (byte val1, byte val2)
 
static double Max (double val1, double val2)
 
static int Max (int val1, int val2)
 
static long Max (long val1, long val2)
 
static float Max (float val1, float val2)
 
static ushort Max (ushort val1, ushort val2)
 
static byte Min (byte val1, byte val2)
 
static double Min (double val1, double val2)
 
static unsafe int Min (int val1, int val2)
 
static long Min (long val1, long val2)
 
static float Min (float val1, float val2)
 
static uint Min (uint val1, uint val2)
 
static double Round (double value, int digits)
 
static double Round (double value, int digits, global::System.MidpointRounding mode)
 
static int Sign (double value)
 
static int Sign (int value)
 
static int Sign (long value)
 
static int Sign (float value)
 

Private Member Functions

static unsafe double ModF (double x, double *intptr)
 

Static Private Member Functions

static void ThrowAbsOverflow ()
 
static void ThrowMinMaxException< T > (T min, T max)
 
static Math ()
 

Static Private Attributes

static double doubleRoundLimit
 
static double[] roundPower10Double
 

Detailed Description

Definition at line 23 of file Math.cs.


The documentation for this class was generated from the following file: