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