using System; using System.Globalization; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System { /// Represents a double-precision floating-point number. // Token: 0x020000DA RID: 218 [Token(Token = "0x20000DA")] [ComVisible(true)] [Serializable] public struct Double : IComparable, IFormattable, IConvertible, IComparable, IEquatable { /// Returns a value indicating whether the specified number evaluates to negative or positive infinity /// A double-precision floating-point number. /// /// if evaluates to or ; otherwise, . // Token: 0x06000827 RID: 2087 RVA: 0x000077A0 File Offset: 0x000059A0 [Token(Token = "0x6000827")] [Address(RVA = "0x1E8B6A0", Offset = "0x1E8A4A0", VA = "0x181E8B6A0")] public static bool IsInfinity(double d) { return default(bool); } /// Returns a value indicating whether the specified number evaluates to positive infinity. /// A double-precision floating-point number. /// /// if evaluates to ; otherwise, . // Token: 0x06000828 RID: 2088 RVA: 0x000077B8 File Offset: 0x000059B8 [Token(Token = "0x6000828")] [Address(RVA = "0x1E8B740", Offset = "0x1E8A540", VA = "0x181E8B740")] public static bool IsPositiveInfinity(double d) { return default(bool); } /// Returns a value indicating whether the specified number evaluates to negative infinity. /// A double-precision floating-point number. /// /// if evaluates to ; otherwise, . // Token: 0x06000829 RID: 2089 RVA: 0x000077D0 File Offset: 0x000059D0 [Token(Token = "0x6000829")] [Address(RVA = "0x1E8B700", Offset = "0x1E8A500", VA = "0x181E8B700")] public static bool IsNegativeInfinity(double d) { return default(bool); } // Token: 0x0600082A RID: 2090 RVA: 0x000077E8 File Offset: 0x000059E8 [Token(Token = "0x600082A")] [Address(RVA = "0x1E8B720", Offset = "0x1E8A520", VA = "0x181E8B720")] internal static bool IsNegative(double d) { return default(bool); } /// Returns a value that indicates whether the specified value is not a number (). /// A double-precision floating-point number. /// /// if evaluates to ; otherwise, . // Token: 0x0600082B RID: 2091 RVA: 0x00007800 File Offset: 0x00005A00 [Token(Token = "0x600082B")] [Address(RVA = "0x1E8B6D0", Offset = "0x1E8A4D0", VA = "0x181E8B6D0")] [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)] public static bool IsNaN(double d) { return default(bool); } /// Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object. /// An object to compare, or . /// A signed number indicating the relative values of this instance and . /// Value /// /// Description /// /// A negative integer /// /// This instance is less than . /// /// -or- /// /// This instance is not a number () and is a number. /// /// Zero /// /// This instance is equal to . /// /// -or- /// /// This instance and are both , , or A positive integer /// /// This instance is greater than . /// /// -or- /// /// This instance is a number and is not a number (). /// /// -or- /// /// is . /// /// is not a . // Token: 0x0600082C RID: 2092 RVA: 0x00007818 File Offset: 0x00005A18 [Token(Token = "0x600082C")] [Address(RVA = "0x1E8B2F0", Offset = "0x1E8A0F0", VA = "0x181E8B2F0", Slot = "4")] public int CompareTo(object value) { return 0; } /// Compares this instance to a specified double-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified double-precision floating-point number. /// A double-precision floating-point number to compare. /// A signed number indicating the relative values of this instance and . /// Return Value /// /// Description /// /// Less than zero /// /// This instance is less than . /// /// -or- /// /// This instance is not a number () and is a number. /// /// Zero /// /// This instance is equal to . /// /// -or- /// /// Both this instance and are not a number (), , or . /// /// Greater than zero /// /// This instance is greater than . /// /// -or- /// /// This instance is a number and is not a number (). // Token: 0x0600082D RID: 2093 RVA: 0x00007830 File Offset: 0x00005A30 [Token(Token = "0x600082D")] [Address(RVA = "0x1E8B1F0", Offset = "0x1E89FF0", VA = "0x181E8B1F0", Slot = "23")] public int CompareTo(double value) { return 0; } /// Returns a value indicating whether this instance is equal to a specified object. /// An object to compare with this instance. /// /// if is an instance of and equals the value of this instance; otherwise, . // Token: 0x0600082E RID: 2094 RVA: 0x00007848 File Offset: 0x00005A48 [Token(Token = "0x600082E")] [Address(RVA = "0x1E8B550", Offset = "0x1E8A350", VA = "0x181E8B550", Slot = "0")] public override bool Equals(object obj) { return default(bool); } /// Returns a value indicating whether this instance and a specified object represent the same value. /// A object to compare to this instance. /// /// if is equal to this instance; otherwise, . // Token: 0x0600082F RID: 2095 RVA: 0x00007860 File Offset: 0x00005A60 [Token(Token = "0x600082F")] [Address(RVA = "0x1E8B470", Offset = "0x1E8A270", VA = "0x181E8B470", Slot = "24")] public bool Equals(double obj) { return default(bool); } /// Returns the hash code for this instance. /// A 32-bit signed integer hash code. // Token: 0x06000830 RID: 2096 RVA: 0x00007878 File Offset: 0x00005A78 [Token(Token = "0x6000830")] [Address(RVA = "0x1E8B690", Offset = "0x1E8A490", VA = "0x181E8B690", Slot = "2")] public override int GetHashCode() { return 0; } /// Converts the numeric value of this instance to its equivalent string representation. /// The string representation of the value of this instance. // Token: 0x06000831 RID: 2097 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6000831")] [Address(RVA = "0x1E8C030", Offset = "0x1E8AE30", VA = "0x181E8C030", Slot = "3")] public override string ToString() { return null; } /// Converts the numeric value of this instance to its equivalent string representation, using the specified format. /// A numeric format string. /// The string representation of the value of this instance as specified by . /// /// is invalid. // Token: 0x06000832 RID: 2098 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6000832")] [Address(RVA = "0x1E8BFB0", Offset = "0x1E8ADB0", VA = "0x181E8BFB0")] public string ToString(string format) { return null; } /// Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. /// An object that supplies culture-specific formatting information. /// The string representation of the value of this instance as specified by . // Token: 0x06000833 RID: 2099 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6000833")] [Address(RVA = "0x1E8BFF0", Offset = "0x1E8ADF0", VA = "0x181E8BFF0", Slot = "21")] public string ToString(IFormatProvider provider) { return null; } /// Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. /// A numeric format string. /// An object that supplies culture-specific formatting information. /// The string representation of the value of this instance as specified by and . // Token: 0x06000834 RID: 2100 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6000834")] [Address(RVA = "0x1E8BF70", Offset = "0x1E8AD70", VA = "0x181E8BF70", Slot = "5")] public string ToString(string format, IFormatProvider provider) { return null; } /// Converts the string representation of a number to its double-precision floating-point number equivalent. /// A string that contains a number to convert. /// A double-precision floating-point number that is equivalent to the numeric value or symbol specified in . /// /// is . /// /// does not represent a number in a valid format. /// /// represents a number that is less than or greater than . // Token: 0x06000835 RID: 2101 RVA: 0x00007890 File Offset: 0x00005A90 [Token(Token = "0x6000835")] [Address(RVA = "0x1E8B760", Offset = "0x1E8A560", VA = "0x181E8B760")] public static double Parse(string s) { return 0.0; } /// Converts the string representation of a number in a specified culture-specific format to its double-precision floating-point number equivalent. /// A string that contains a number to convert. /// An object that supplies culture-specific formatting information about . /// A double-precision floating-point number that is equivalent to the numeric value or symbol specified in . /// /// is . /// /// does not represent a number in a valid format. /// /// represents a number that is less than or greater than . // Token: 0x06000836 RID: 2102 RVA: 0x000078A8 File Offset: 0x00005AA8 [Token(Token = "0x6000836")] [Address(RVA = "0x1E8B860", Offset = "0x1E8A660", VA = "0x181E8B860")] public static double Parse(string s, IFormatProvider provider) { return 0.0; } /// Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. /// A string that contains a number to convert. /// A bitwise combination of enumeration values that indicate the style elements that can be present in . A typical value to specify is combined with . /// An object that supplies culture-specific formatting information about . /// A double-precision floating-point number that is equivalent to the numeric value or symbol specified in . /// /// is . /// /// does not represent a numeric value. /// /// is not a value. /// -or- /// is the value. /// /// represents a number that is less than or greater than . // Token: 0x06000837 RID: 2103 RVA: 0x000078C0 File Offset: 0x00005AC0 [Token(Token = "0x6000837")] [Address(RVA = "0x1E8B7D0", Offset = "0x1E8A5D0", VA = "0x181E8B7D0")] public static double Parse(string s, NumberStyles style, IFormatProvider provider) { return 0.0; } // Token: 0x06000838 RID: 2104 RVA: 0x000078D8 File Offset: 0x00005AD8 [Token(Token = "0x6000838")] [Address(RVA = "0x1E8B8E0", Offset = "0x1E8A6E0", VA = "0x181E8B8E0")] private static double Parse(string s, NumberStyles style, NumberFormatInfo info) { return 0.0; } /// Converts the string representation of a number to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed. /// A string containing a number to convert. /// When this method returns, contains the double-precision floating-point number equivalent of the parameter, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the parameter is or , is not a number in a valid format, or represents a number less than or greater than . This parameter is passed uninitialized; any value originally supplied in will be overwritten. /// /// if was converted successfully; otherwise, . // Token: 0x06000839 RID: 2105 RVA: 0x000078F0 File Offset: 0x00005AF0 [Token(Token = "0x6000839")] [Address(RVA = "0x1E8C100", Offset = "0x1E8AF00", VA = "0x181E8C100")] public static bool TryParse(string s, out double result) { return default(bool); } /// Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed. /// A string containing a number to convert. /// A bitwise combination of values that indicates the permitted format of . A typical value to specify is combined with . /// An that supplies culture-specific formatting information about . /// When this method returns, contains a double-precision floating-point number equivalent of the numeric value or symbol contained in , if the conversion succeeded, or zero if the conversion failed. The conversion fails if the parameter is or , is not in a format compliant with , represents a number less than or greater than , or if is not a valid combination of enumerated constants. This parameter is passed uninitialized; any value originally supplied in will be overwritten. /// /// if was converted successfully; otherwise, . /// /// is not a value. /// -or- /// includes the value. // Token: 0x0600083A RID: 2106 RVA: 0x00007908 File Offset: 0x00005B08 [Token(Token = "0x600083A")] [Address(RVA = "0x1E8C060", Offset = "0x1E8AE60", VA = "0x181E8C060")] public static bool TryParse(string s, NumberStyles style, IFormatProvider provider, out double result) { return default(bool); } // Token: 0x0600083B RID: 2107 RVA: 0x00007920 File Offset: 0x00005B20 [Token(Token = "0x600083B")] [Address(RVA = "0x1E8C190", Offset = "0x1E8AF90", VA = "0x181E8C190")] private static bool TryParse(string s, NumberStyles style, NumberFormatInfo info, out double result) { return default(bool); } /// Returns the for value type . /// The enumerated constant, . // Token: 0x0600083C RID: 2108 RVA: 0x00007938 File Offset: 0x00005B38 [Token(Token = "0x600083C")] [Address(RVA = "0x4B64A0", Offset = "0x4B52A0", VA = "0x1804B64A0", Slot = "6")] public TypeCode GetTypeCode() { return TypeCode.Empty; } /// For a description of this member, see . /// This parameter is ignored. /// /// if the value of the current instance is not zero; otherwise, . // Token: 0x0600083D RID: 2109 RVA: 0x00007950 File Offset: 0x00005B50 [Token(Token = "0x600083D")] [Address(RVA = "0x1E8B8F0", Offset = "0x1E8A6F0", VA = "0x181E8B8F0", Slot = "7")] bool IConvertible.ToBoolean(IFormatProvider provider) { return default(bool); } /// This conversion is not supported. Attempting to use this method throws an . /// This parameter is ignored. /// This conversion is not supported. No value is returned. /// In all cases. // Token: 0x0600083E RID: 2110 RVA: 0x00007968 File Offset: 0x00005B68 [Token(Token = "0x600083E")] [Address(RVA = "0x1E8B9B0", Offset = "0x1E8A7B0", VA = "0x181E8B9B0", Slot = "8")] char IConvertible.ToChar(IFormatProvider provider) { return '\0'; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to an . // Token: 0x0600083F RID: 2111 RVA: 0x00007980 File Offset: 0x00005B80 [Token(Token = "0x600083F")] [Address(RVA = "0x1E8BD00", Offset = "0x1E8AB00", VA = "0x181E8BD00", Slot = "9")] sbyte IConvertible.ToSByte(IFormatProvider provider) { return 0; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to a . // Token: 0x06000840 RID: 2112 RVA: 0x00007998 File Offset: 0x00005B98 [Token(Token = "0x6000840")] [Address(RVA = "0x1E8B950", Offset = "0x1E8A750", VA = "0x181E8B950", Slot = "10")] byte IConvertible.ToByte(IFormatProvider provider) { return 0; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to an . // Token: 0x06000841 RID: 2113 RVA: 0x000079B0 File Offset: 0x00005BB0 [Token(Token = "0x6000841")] [Address(RVA = "0x1E8BBE0", Offset = "0x1E8A9E0", VA = "0x181E8BBE0", Slot = "11")] short IConvertible.ToInt16(IFormatProvider provider) { return 0; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to a . // Token: 0x06000842 RID: 2114 RVA: 0x000079C8 File Offset: 0x00005BC8 [Token(Token = "0x6000842")] [Address(RVA = "0x1E8BE50", Offset = "0x1E8AC50", VA = "0x181E8BE50", Slot = "12")] ushort IConvertible.ToUInt16(IFormatProvider provider) { return 0; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to an . // Token: 0x06000843 RID: 2115 RVA: 0x000079E0 File Offset: 0x00005BE0 [Token(Token = "0x6000843")] [Address(RVA = "0x1E8BC40", Offset = "0x1E8AA40", VA = "0x181E8BC40", Slot = "13")] int IConvertible.ToInt32(IFormatProvider provider) { return 0; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to a . // Token: 0x06000844 RID: 2116 RVA: 0x000079F8 File Offset: 0x00005BF8 [Token(Token = "0x6000844")] [Address(RVA = "0x1E8BEB0", Offset = "0x1E8ACB0", VA = "0x181E8BEB0", Slot = "14")] uint IConvertible.ToUInt32(IFormatProvider provider) { return 0U; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to an . // Token: 0x06000845 RID: 2117 RVA: 0x00007A10 File Offset: 0x00005C10 [Token(Token = "0x6000845")] [Address(RVA = "0x1E8BCA0", Offset = "0x1E8AAA0", VA = "0x181E8BCA0", Slot = "15")] long IConvertible.ToInt64(IFormatProvider provider) { return 0L; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to a . // Token: 0x06000846 RID: 2118 RVA: 0x00007A28 File Offset: 0x00005C28 [Token(Token = "0x6000846")] [Address(RVA = "0x1E8BF10", Offset = "0x1E8AD10", VA = "0x181E8BF10", Slot = "16")] ulong IConvertible.ToUInt64(IFormatProvider provider) { return 0UL; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to a . // Token: 0x06000847 RID: 2119 RVA: 0x00007A40 File Offset: 0x00005C40 [Token(Token = "0x6000847")] [Address(RVA = "0x1E8BD60", Offset = "0x1E8AB60", VA = "0x181E8BD60", Slot = "17")] float IConvertible.ToSingle(IFormatProvider provider) { return 0f; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, unchanged. // Token: 0x06000848 RID: 2120 RVA: 0x00007A58 File Offset: 0x00005C58 [Token(Token = "0x6000848")] [Address(RVA = "0x1E8BBD0", Offset = "0x1E8A9D0", VA = "0x181E8BBD0", Slot = "18")] double IConvertible.ToDouble(IFormatProvider provider) { return 0.0; } /// For a description of this member, see . /// This parameter is ignored. /// The value of the current instance, converted to a . // Token: 0x06000849 RID: 2121 RVA: 0x00007A70 File Offset: 0x00005C70 [Token(Token = "0x6000849")] [Address(RVA = "0x1E8BB50", Offset = "0x1E8A950", VA = "0x181E8BB50", Slot = "19")] decimal IConvertible.ToDecimal(IFormatProvider provider) { return 0m; } /// This conversion is not supported. Attempting to use this method throws an /// This parameter is ignored. /// This conversion is not supported. No value is returned. /// In all cases. // Token: 0x0600084A RID: 2122 RVA: 0x00007A88 File Offset: 0x00005C88 [Token(Token = "0x600084A")] [Address(RVA = "0x1E8BA80", Offset = "0x1E8A880", VA = "0x181E8BA80", Slot = "20")] DateTime IConvertible.ToDateTime(IFormatProvider provider) { return default(DateTime); } /// For a description of this member, see . /// The type to which to convert this value. /// An implementation that supplies culture-specific information about the format of the returned value. /// The value of the current instance, converted to . // Token: 0x0600084B RID: 2123 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600084B")] [Address(RVA = "0x1E8BDC0", Offset = "0x1E8ABC0", VA = "0x181E8BDC0", Slot = "22")] object IConvertible.ToType(Type type, IFormatProvider provider) { return null; } // Token: 0x04000336 RID: 822 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x4000336")] internal double m_value; /// Represents the smallest possible value of a . This field is constant. // Token: 0x04000337 RID: 823 [Token(Token = "0x4000337")] public const double MinValue = -1.7976931348623157E+308; /// Represents the largest possible value of a . This field is constant. // Token: 0x04000338 RID: 824 [Token(Token = "0x4000338")] public const double MaxValue = 1.7976931348623157E+308; /// Represents the smallest positive value that is greater than zero. This field is constant. // Token: 0x04000339 RID: 825 [Token(Token = "0x4000339")] public const double Epsilon = 5E-324; /// Represents negative infinity. This field is constant. // Token: 0x0400033A RID: 826 [Token(Token = "0x400033A")] public const double NegativeInfinity = double.NegativeInfinity; /// Represents positive infinity. This field is constant. // Token: 0x0400033B RID: 827 [Token(Token = "0x400033B")] public const double PositiveInfinity = double.PositiveInfinity; /// Represents a value that is not a number (). This field is constant. // Token: 0x0400033C RID: 828 [Token(Token = "0x400033C")] public const double NaN = double.NaN; // Token: 0x0400033D RID: 829 [Token(Token = "0x400033D")] internal static double NegativeZero; } }