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