Double

@frozen
struct Double
  • Declaration

    Swift

    public func combine(_ other: Double) -> Double
  • Declaration

    Swift

    public static func empty() -> Double
  • Declaration

    Swift

    public func multiply(_ other: Double) -> Double
  • Declaration

    Swift

    public static func one() -> Double