terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Double Struct Reference
+ Inheritance 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 (IFormatProvider provider)
 
string ToString (string format, IFormatProvider provider)
 
bool TryFormat (Span< char > destination, [Out] int charsWritten, [Optional] ReadOnlySpan< char > format, [Optional] IFormatProvider provider)
 
TypeCode GetTypeCode ()
 
bool IConvertible. ToBoolean (IFormatProvider provider)
 
char IConvertible. ToChar (IFormatProvider provider)
 
sbyte IConvertible. ToSByte (IFormatProvider provider)
 
byte IConvertible. ToByte (IFormatProvider provider)
 
short IConvertible. ToInt16 (IFormatProvider provider)
 
ushort IConvertible. ToUInt16 (IFormatProvider provider)
 
int IConvertible. ToInt32 (IFormatProvider provider)
 
uint IConvertible. ToUInt32 (IFormatProvider provider)
 
long IConvertible. ToInt64 (IFormatProvider provider)
 
ulong IConvertible. ToUInt64 (IFormatProvider provider)
 
float IConvertible. ToSingle (IFormatProvider provider)
 
double IConvertible. ToDouble (IFormatProvider provider)
 
decimal IConvertible. ToDecimal (IFormatProvider provider)
 
DateTime IConvertible. ToDateTime (IFormatProvider provider)
 
object IConvertible. ToType (Type type, IFormatProvider provider)
 
int CompareTo (T other)
 
int CompareTo (T other)
 
bool Equals (T other)
 

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, IFormatProvider provider)
 
static double Parse (string s, NumberStyles style, IFormatProvider provider)
 
static bool TryParse (string s, NumberStyles style, 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
 

Static Private Member Functions

static bool TryParse (ReadOnlySpan< char > s, NumberStyles style, NumberFormatInfo info, [Out] double result)
 

Private Attributes

readonly double m_value
 

Detailed Description

Definition at line 11 of file Double.cs.


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