Float
@frozen
public extension Float
-
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 }
Float Extension Reference