Int

public extension Int
  • Checks, Int is positive

    Declaration

    Swift

    var isPositive: Bool { get }
  • Checks, Int is negative

    Declaration

    Swift

    var isNegative: Bool { get }

Coverters

  • Undocumented

    Declaration

    Swift

    var stringValue: String? { get }