Dictionary

extension Dictionary where Key == Double, Value == Double
  • Returns a copy of the stop dictionary with each value multiplied by the given factor.

    Declaration

    Swift

    public func multiplied(by factor: Double) -> Dictionary