Dictionary

struct Dictionary<Key, Value> where Key : Hashable
  • Returns a copy of the stop dictionary with each value multiplied by the given factor.

    Declaration

    Swift

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