Int64
Represents a 64-bit signed integer. This is the default integer type on 64-bit systems.
Initializers
Static Methods
public static func +(lhs: Int64, rhs: Int64) -> Int64public static func -(lhs: Int64, rhs: Int64) -> Int64public static func *(lhs: Int64, rhs: Int64) -> Int64public static func /(lhs: Int64, rhs: Int64) -> Doublepublic static func \(lhs: Int64, rhs: Int64) -> Int64public static func %(lhs: Int64, rhs: Int64) -> Int64public static func &(lhs: Int64, rhs: Int64) -> Int64public static func |(lhs: Int64, rhs: Int64) -> Int64public static func ^(lhs: Int64, rhs: Int64) -> Int64public static func ==(lhs: Int64, rhs: Int64) -> Boolpublic static func !=(lhs: Int64, rhs: Int64) -> Boolpublic static func >=(lhs: Int64, rhs: Int64) -> Boolpublic static func <=(lhs: Int64, rhs: Int64) -> Boolpublic static func >(lhs: Int64, rhs: Int64) -> Boolpublic static func <(lhs: Int64, rhs: Int64) -> Boolpublic static func <<(lhs: Int64, rhs: Int64) -> Int64public static func >>(lhs: Int64, rhs: Int64) -> Int64public static func >>>(lhs: Int64, rhs: Int64) -> Int64public static func ~(expression: Int64) -> Int64public static func -(expression: Int64) -> Int64public static func random(from: Int64, to: Int64) -> Int64Generates random number in range [from, to)