isSignMinus
A Boolean value indicating whether this decimal has a negative sign.
Declaration
var isSignMinus: Bool { get }Discussion
This property is true when the value is negative or -0.0; otherwise, false.
A Boolean value indicating whether this decimal has a negative sign.
var isSignMinus: Bool { get }This property is true when the value is negative or -0.0; otherwise, false.