DoubleValue

final public class DoubleValue : Object, ExpressibleByFloatLiteral, ListSupportedValue
extension DoubleValue: Decodable
extension DoubleValue: Encodable

Wrapper type for double values that needs to be stored locally in the device

  • Double value for the wrapper

    Declaration

    Swift

    @objc
    public dynamic var value: Double
  • Constructor for the ExpressibleByFloatLiteral protocol

    Declaration

    Swift

    public convenience required init(floatLiteral value: Double)
  • Constructor that takes a double value to wrap

    Declaration

    Swift

    public convenience init(_ value: Double)
  • Undocumented

    Declaration

    Swift

    public override var hash: Int { get }
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool
  • Declaration

    Swift

    public convenience init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws