CGFloat
@frozen
public extension CGFloat
-
Returns Boolean that indicates if the value is negative.
Declaration
Swift
var isNeg: Bool { get } -
Returns Boolean that indicates if the value is positive.
Declaration
Swift
var isPos: Bool { get }
CGFloat Extension Reference