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.Double Struct Reference
+ Inheritance diagram for System.Double:
+ Collaboration diagram for System.Double:

Public Member Functions

int CompareTo (object value)
 
int CompareTo (double value)
 
override bool Equals (object obj)
 
bool Equals (double obj)
 
override int GetHashCode ()
 
override string ToString ()
 
string ToString (string format)
 
string ToString (global::System.IFormatProvider provider)
 
string ToString (string format, global::System.IFormatProvider provider)
 
bool TryFormat (global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format=default(global::System.ReadOnlySpan< char >), global::System.IFormatProvider provider=null)
 
global::System.TypeCode GetTypeCode ()
 

Static Public Member Functions

static bool IsFinite (double d)
 
static bool IsInfinity (double d)
 
static bool IsNaN (double d)
 
static bool IsNegative (double d)
 
static bool IsNegativeInfinity (double d)
 
static bool IsPositiveInfinity (double d)
 
static double Parse (string s)
 
static double Parse (string s, global::System.IFormatProvider provider)
 
static double Parse (string s, global::System.Globalization.NumberStyles style, global::System.IFormatProvider provider)
 
static bool TryParse (string s, global::System.Globalization.NumberStyles style, global::System.IFormatProvider provider, out double result)
 

Static Public Attributes

const double MinValue = -1.7976931348623157E+308
 
const double MaxValue = 1.7976931348623157E+308
 
const double Epsilon = 5E-324
 
const double NegativeInfinity = double.NegativeInfinity
 
const double PositiveInfinity = double.PositiveInfinity
 
const double NaN = double.NaN
 

Static Package Attributes

const double NegativeZero = -0.0
 

Private Member Functions

bool System.IConvertible. ToBoolean (global::System.IFormatProvider provider)
 
char System.IConvertible. ToChar (global::System.IFormatProvider provider)
 
sbyte System.IConvertible. ToSByte (global::System.IFormatProvider provider)
 
byte System.IConvertible. ToByte (global::System.IFormatProvider provider)
 
short System.IConvertible. ToInt16 (global::System.IFormatProvider provider)
 
ushort System.IConvertible. ToUInt16 (global::System.IFormatProvider provider)
 
int System.IConvertible. ToInt32 (global::System.IFormatProvider provider)
 
uint System.IConvertible. ToUInt32 (global::System.IFormatProvider provider)
 
long System.IConvertible. ToInt64 (global::System.IFormatProvider provider)
 
ulong System.IConvertible. ToUInt64 (global::System.IFormatProvider provider)
 
float System.IConvertible. ToSingle (global::System.IFormatProvider provider)
 
double System.IConvertible. ToDouble (global::System.IFormatProvider provider)
 
decimal System.IConvertible. ToDecimal (global::System.IFormatProvider provider)
 
global::System.DateTime System.IConvertible. ToDateTime (global::System.IFormatProvider provider)
 
object System.IConvertible. ToType (global::System.Type type, global::System.IFormatProvider provider)
 

Static Private Member Functions

static bool TryParse (global::System.ReadOnlySpan< char > s, global::System.Globalization.NumberStyles style, global::System.Globalization.NumberFormatInfo info, out double result)
 

Private Attributes

readonly double m_value
 

Detailed Description

Definition at line 14 of file Double.cs.


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