Int

struct Int : SignedInteger, Comparable, Equatable
  • Converts to a shorter format - returns: The abbreviated string object

    Declaration

    Swift

    public func abbreviate() -> String

    Return Value

    The abbreviated string object

  • Converts to it’s roman number format - returns: The roman number string object

    Declaration

    Swift

    public func toRoman() -> String

    Return Value

    The roman number string object