uint64
Object Hierarchy:
Description:
[ SimpleType ]
[ GIR ( name = "guint64" ) ]
[ CCode ( cname = "guint64" , default_value = "0ULL" , get_value_function = "g_value_get_uint64" , marshaller_type_name = "UINT64" , set_value_function = "g_value_set_uint64" , type_id = "G_TYPE_UINT64" , type_signature = "t" ) ]
[ IntegerType ( rank = 11 ) ]
public struct uint64
Content:
Constants:
- public const string FORMAT
This is the platform dependent conversion specifier for scanning and
printing values of type uint64.
- public const string FORMAT_MODIFIER
The platform dependent length modifier for conversion specifiers for
scanning and printing values of type int64 or uint64.
- public const uint64 MAX
The maximum value which can be held in a uint64
.
- public const uint64 MIN
Minimum value for a variable of type uint64.
Static methods:
- public static uint64 from_big_endian (uint64 val)
- public static uint64 from_little_endian (uint64 val)
- public static bool from_string (string str, out uint64 out_num = null, uint @base = 10, uint64 min = MIN, uint64 max = MAX) throws NumberParserError
A convenience function for converting a string to an unsigned number.
- public static uint64 max (uint64 a, uint64 b)
- public static uint64 min (uint64 a, uint64 b)
- public static uint64 parse (string str, uint _base = 0)
Converts a string to a uint64 value.
- public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null, uint _base = 0)
Converts a string to a uint64 value.
Methods: