UInt64
Represents a 64-bit unsigned integer.
Initializers
Methods
public func toString(base: Int32) -> StringConverts to string
Static Methods
public static func +(lhs: UInt64, rhs: UInt64) -> UInt64public static func -(lhs: UInt64, rhs: UInt64) -> UInt64public static func *(lhs: UInt64, rhs: UInt64) -> UInt64public static func /(lhs: UInt64, rhs: UInt64) -> Doublepublic static func \(lhs: UInt64, rhs: UInt64) -> UInt64public static func %(lhs: UInt64, rhs: UInt64) -> UInt64public static func &(lhs: UInt64, rhs: UInt64) -> UInt64public static func |(lhs: UInt64, rhs: UInt64) -> UInt64public static func ^(lhs: UInt64, rhs: UInt64) -> UInt64public static func ==(lhs: UInt64, rhs: UInt64) -> Boolpublic static func !=(lhs: UInt64, rhs: UInt64) -> Boolpublic static func >=(lhs: UInt64, rhs: UInt64) -> Boolpublic static func <=(lhs: UInt64, rhs: UInt64) -> Boolpublic static func >(lhs: UInt64, rhs: UInt64) -> Boolpublic static func <(lhs: UInt64, rhs: UInt64) -> Boolpublic static func <<(lhs: UInt64, rhs: UInt64) -> UInt64public static func >>(lhs: UInt64, rhs: UInt64) -> UInt64public static func >>>(lhs: UInt64, rhs: UInt64) -> UInt64public static func ~(expression: UInt64) -> UInt64public static func -(expression: UInt64) -> UInt64public static func random(from: UInt64, to: UInt64) -> UInt64Generates random number in range [from, to)