using System;
using System.Globalization;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System
{
/// Represents a 64-bit unsigned integer.
// Token: 0x0200015B RID: 347
[Token(Token = "0x200015B")]
[ComVisible(true)]
[CLSCompliant(false)]
[Serializable]
public struct UInt64 : IComparable, IFormattable, IConvertible, IComparable, IEquatable
{
/// Compares this instance to a specified object and returns an indication of their relative values.
/// An object to compare, or .
/// A signed number indicating the relative values of this instance and .
/// Return Value
///
/// Description
///
/// Less than zero
///
/// This instance is less than .
///
/// Zero
///
/// This instance is equal to .
///
/// Greater than zero
///
/// This instance is greater than .
///
/// -or-
///
/// is .
///
/// is not a .
// Token: 0x06000E59 RID: 3673 RVA: 0x0000C2E8 File Offset: 0x0000A4E8
[Token(Token = "0x6000E59")]
[Address(RVA = "0x3BB7360", Offset = "0x3BB6360", VA = "0x183BB7360", Slot = "4")]
public int CompareTo(object value)
{
return 0;
}
/// Compares this instance to a specified 64-bit unsigned integer and returns an indication of their relative values.
/// An unsigned integer to compare.
/// A signed number indicating the relative values of this instance and .
/// Return Value
///
/// Description
///
/// Less than zero
///
/// This instance is less than .
///
/// Zero
///
/// This instance is equal to .
///
/// Greater than zero
///
/// This instance is greater than .
// Token: 0x06000E5A RID: 3674 RVA: 0x0000C300 File Offset: 0x0000A500
[Token(Token = "0x6000E5A")]
[Address(RVA = "0x3BB7340", Offset = "0x3BB6340", VA = "0x183BB7340", Slot = "23")]
public int CompareTo(ulong value)
{
return 0;
}
/// Returns a value indicating whether this instance is equal to a specified object.
/// An object to compare to this instance.
///
/// if is an instance of and equals the value of this instance; otherwise, .
// Token: 0x06000E5B RID: 3675 RVA: 0x0000C318 File Offset: 0x0000A518
[Token(Token = "0x6000E5B")]
[Address(RVA = "0x3BB7440", Offset = "0x3BB6440", VA = "0x183BB7440", Slot = "0")]
public override bool Equals(object obj)
{
return default(bool);
}
/// Returns a value indicating whether this instance is equal to a specified value.
/// A value to compare to this instance.
///
/// if has the same value as this instance; otherwise, .
// Token: 0x06000E5C RID: 3676 RVA: 0x0000C330 File Offset: 0x0000A530
[Token(Token = "0x6000E5C")]
[Address(RVA = "0x593190", Offset = "0x592190", VA = "0x180593190", Slot = "24")]
public bool Equals(ulong obj)
{
return default(bool);
}
/// Returns the hash code for this instance.
/// A 32-bit signed integer hash code.
// Token: 0x06000E5D RID: 3677 RVA: 0x0000C348 File Offset: 0x0000A548
[Token(Token = "0x6000E5D")]
[Address(RVA = "0x3BB74D0", Offset = "0x3BB64D0", VA = "0x183BB74D0", 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, consisting of a sequence of digits ranging from 0 to 9, without a sign or leading zeroes.
// Token: 0x06000E5E RID: 3678 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E5E")]
[Address(RVA = "0x3BB7C30", Offset = "0x3BB6C30", VA = "0x183BB7C30", Slot = "3")]
public override string ToString()
{
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, consisting of a sequence of digits ranging from 0 to 9, without a sign or leading zeros.
// Token: 0x06000E5F RID: 3679 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E5F")]
[Address(RVA = "0x3BB7C00", Offset = "0x3BB6C00", VA = "0x183BB7C00", 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.
/// A numeric format string.
/// The string representation of the value of this instance as specified by .
/// The parameter is invalid.
// Token: 0x06000E60 RID: 3680 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E60")]
[Address(RVA = "0x3BB7BC0", Offset = "0x3BB6BC0", VA = "0x183BB7BC0")]
public string ToString(string format)
{
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 about this instance.
/// The string representation of the value of this instance as specified by and .
/// The parameter is invalid.
// Token: 0x06000E61 RID: 3681 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E61")]
[Address(RVA = "0x3BB7C60", Offset = "0x3BB6C60", VA = "0x183BB7C60", Slot = "5")]
public string ToString(string format, IFormatProvider provider)
{
return null;
}
/// Converts the string representation of a number to its 64-bit unsigned integer equivalent.
/// A string that represents the number to convert.
/// A 64-bit unsigned integer equivalent to the number contained in .
/// The parameter is .
/// The parameter is not in the correct format.
/// The parameter represents a number less than or greater than .
// Token: 0x06000E62 RID: 3682 RVA: 0x0000C360 File Offset: 0x0000A560
[Token(Token = "0x6000E62")]
[Address(RVA = "0x3BB75A0", Offset = "0x3BB65A0", VA = "0x183BB75A0")]
[CLSCompliant(false)]
public static ulong Parse(string s)
{
return 0UL;
}
/// Converts the string representation of a number in a specified style to its 64-bit unsigned integer equivalent.
/// A string that represents the number to convert. The string is interpreted by using the style specified by the parameter.
/// A bitwise combination of the enumeration values that specifies the permitted format of . A typical value to specify is .
/// A 64-bit unsigned integer equivalent to the number specified in .
/// The parameter is .
///
/// is not a value.
/// -or-
/// is not a combination of and values.
/// The parameter is not in a format compliant with .
/// The parameter represents a number less than or greater than .
/// -or-
/// includes non-zero, fractional digits.
// Token: 0x06000E63 RID: 3683 RVA: 0x0000C378 File Offset: 0x0000A578
[Token(Token = "0x6000E63")]
[Address(RVA = "0x3BB74E0", Offset = "0x3BB64E0", VA = "0x183BB74E0")]
[CLSCompliant(false)]
public static ulong Parse(string s, NumberStyles style)
{
return 0UL;
}
/// Converts the string representation of a number in a specified culture-specific format to its 64-bit unsigned integer equivalent.
/// A string that represents the number to convert.
/// An object that supplies culture-specific formatting information about .
/// A 64-bit unsigned integer equivalent to the number specified in .
/// The parameter is .
/// The parameter is not in the correct style.
/// The parameter represents a number less than or greater than .
// Token: 0x06000E64 RID: 3684 RVA: 0x0000C390 File Offset: 0x0000A590
[Token(Token = "0x6000E64")]
[Address(RVA = "0x3BB7520", Offset = "0x3BB6520", VA = "0x183BB7520")]
[CLSCompliant(false)]
public static ulong Parse(string s, IFormatProvider provider)
{
return 0UL;
}
/// Converts the string representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent.
/// A string that represents the number to convert. The string is interpreted by using the style specified by the parameter.
/// A bitwise combination of enumeration values that indicates the style elements that can be present in . A typical value to specify is .
/// An object that supplies culture-specific formatting information about .
/// A 64-bit unsigned integer equivalent to the number specified in .
/// The parameter is .
///
/// is not a value.
/// -or-
/// is not a combination of and values.
/// The parameter is not in a format compliant with .
/// The parameter represents a number less than or greater than .
/// -or-
/// includes non-zero, fractional digits.
// Token: 0x06000E65 RID: 3685 RVA: 0x0000C3A8 File Offset: 0x0000A5A8
[Token(Token = "0x6000E65")]
[Address(RVA = "0x3BB7550", Offset = "0x3BB6550", VA = "0x183BB7550")]
[CLSCompliant(false)]
public static ulong Parse(string s, NumberStyles style, IFormatProvider provider)
{
return 0UL;
}
/// Tries to convert the string representation of a number to its 64-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.
/// A string that represents the number to convert.
/// When this method returns, contains the 64-bit unsigned integer value that is equivalent to the number contained in , if the conversion succeeded, or zero if the conversion failed. The conversion fails if the parameter is or , is not of the correct 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: 0x06000E66 RID: 3686 RVA: 0x0000C3C0 File Offset: 0x0000A5C0
[Token(Token = "0x6000E66")]
[Address(RVA = "0x3BB7D00", Offset = "0x3BB6D00", VA = "0x183BB7D00")]
[CLSCompliant(false)]
public static bool TryParse(string s, out ulong result)
{
return default(bool);
}
/// Tries to convert the string representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.
/// A string that represents the number to convert. The string is interpreted by using the style specified by the parameter.
/// A bitwise combination of enumeration values that indicates the permitted format of . A typical value to specify is .
/// An object that supplies culture-specific formatting information about .
/// When this method returns, contains the 64-bit unsigned integer value equivalent to the number 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 , 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, .
///
/// is not a value.
/// -or-
/// is not a combination of and values.
// Token: 0x06000E67 RID: 3687 RVA: 0x0000C3D8 File Offset: 0x0000A5D8
[Token(Token = "0x6000E67")]
[Address(RVA = "0x3BB7CA0", Offset = "0x3BB6CA0", VA = "0x183BB7CA0")]
[CLSCompliant(false)]
public static bool TryParse(string s, NumberStyles style, IFormatProvider provider, out ulong result)
{
return default(bool);
}
/// Returns the for value type .
/// The enumerated constant, .
// Token: 0x06000E68 RID: 3688 RVA: 0x0000C3F0 File Offset: 0x0000A5F0
[Token(Token = "0x6000E68")]
[Address(RVA = "0x4B2B30", Offset = "0x4B1B30", VA = "0x1804B2B30", 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: 0x06000E69 RID: 3689 RVA: 0x0000C408 File Offset: 0x0000A608
[Token(Token = "0x6000E69")]
[Address(RVA = "0x3BB75D0", Offset = "0x3BB65D0", VA = "0x183BB75D0", Slot = "7")]
bool IConvertible.ToBoolean(IFormatProvider provider)
{
return default(bool);
}
/// For a description of this member, see .
/// This parameter is ignored.
/// The value of the current instance, converted to a .
// Token: 0x06000E6A RID: 3690 RVA: 0x0000C420 File Offset: 0x0000A620
[Token(Token = "0x6000E6A")]
[Address(RVA = "0x3BB7690", Offset = "0x3BB6690", VA = "0x183BB7690", 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: 0x06000E6B RID: 3691 RVA: 0x0000C438 File Offset: 0x0000A638
[Token(Token = "0x6000E6B")]
[Address(RVA = "0x3BB79B0", Offset = "0x3BB69B0", VA = "0x183BB79B0", 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: 0x06000E6C RID: 3692 RVA: 0x0000C450 File Offset: 0x0000A650
[Token(Token = "0x6000E6C")]
[Address(RVA = "0x3BB7630", Offset = "0x3BB6630", VA = "0x183BB7630", 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: 0x06000E6D RID: 3693 RVA: 0x0000C468 File Offset: 0x0000A668
[Token(Token = "0x6000E6D")]
[Address(RVA = "0x3BB7890", Offset = "0x3BB6890", VA = "0x183BB7890", 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: 0x06000E6E RID: 3694 RVA: 0x0000C480 File Offset: 0x0000A680
[Token(Token = "0x6000E6E")]
[Address(RVA = "0x3BB7B00", Offset = "0x3BB6B00", VA = "0x183BB7B00", 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: 0x06000E6F RID: 3695 RVA: 0x0000C498 File Offset: 0x0000A698
[Token(Token = "0x6000E6F")]
[Address(RVA = "0x3BB78F0", Offset = "0x3BB68F0", VA = "0x183BB78F0", 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: 0x06000E70 RID: 3696 RVA: 0x0000C4B0 File Offset: 0x0000A6B0
[Token(Token = "0x6000E70")]
[Address(RVA = "0x3BB7B60", Offset = "0x3BB6B60", VA = "0x183BB7B60", 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: 0x06000E71 RID: 3697 RVA: 0x0000C4C8 File Offset: 0x0000A6C8
[Token(Token = "0x6000E71")]
[Address(RVA = "0x3BB7950", Offset = "0x3BB6950", VA = "0x183BB7950", 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, unchanged.
// Token: 0x06000E72 RID: 3698 RVA: 0x0000C4E0 File Offset: 0x0000A6E0
[Token(Token = "0x6000E72")]
[Address(RVA = "0x63E630", Offset = "0x63D630", VA = "0x18063E630", 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: 0x06000E73 RID: 3699 RVA: 0x0000C4F8 File Offset: 0x0000A6F8
[Token(Token = "0x6000E73")]
[Address(RVA = "0x3BB7A10", Offset = "0x3BB6A10", VA = "0x183BB7A10", 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, converted to a .
// Token: 0x06000E74 RID: 3700 RVA: 0x0000C510 File Offset: 0x0000A710
[Token(Token = "0x6000E74")]
[Address(RVA = "0x3BB7830", Offset = "0x3BB6830", VA = "0x183BB7830", 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: 0x06000E75 RID: 3701 RVA: 0x0000C528 File Offset: 0x0000A728
[Token(Token = "0x6000E75")]
[Address(RVA = "0x3BB77C0", Offset = "0x3BB67C0", VA = "0x183BB77C0", 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: 0x06000E76 RID: 3702 RVA: 0x0000C540 File Offset: 0x0000A740
[Token(Token = "0x6000E76")]
[Address(RVA = "0x3BB76F0", Offset = "0x3BB66F0", VA = "0x183BB76F0", 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 information about the format of the returned value.
/// The value of the current instance, converted to .
// Token: 0x06000E77 RID: 3703 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E77")]
[Address(RVA = "0x3BB7A70", Offset = "0x3BB6A70", VA = "0x183BB7A70", Slot = "22")]
object IConvertible.ToType(Type type, IFormatProvider provider)
{
return null;
}
// Token: 0x04000580 RID: 1408
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000580")]
private ulong m_value;
/// Represents the largest possible value of . This field is constant.
// Token: 0x04000581 RID: 1409
[Token(Token = "0x4000581")]
public const ulong MaxValue = 18446744073709551615UL;
/// Represents the smallest possible value of . This field is constant.
// Token: 0x04000582 RID: 1410
[Token(Token = "0x4000582")]
public const ulong MinValue = 0UL;
}
}