LCNumber
public final class LCNumber : NSObject, LCValue, LCValueExtension, ExpressibleByFloatLiteral, ExpressibleByIntegerLiteral
extension LCNumber: LCNumberConvertible
LeanCloud number type.
It is a wrapper of Swift.Double
type, used to store a number value.
-
Undocumented
Declaration
Swift
public private(set) var value: Double { get }
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public convenience init(_ value: Double)
-
Undocumented
Declaration
Swift
public convenience init(_ number: LCNumber)
-
Declaration
Swift
public convenience required init(floatLiteral value: FloatLiteralType)
-
Declaration
Swift
public convenience required init(integerLiteral value: IntegerLiteralType)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
public func encode(with aCoder: NSCoder)
-
Undocumented
Declaration
Swift
public func copy(with zone: NSZone?) -> Any
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool
-
Declaration
Swift
public var jsonValue: Any { get }
-
Declaration
Swift
public var rawValue: Any { get }
-
Undocumented
Declaration
Swift
public var lcValue: LCValue { get }
-
Undocumented
Declaration
Swift
public var lcNumber: LCNumber { get }