Contents

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.

See Also

Getting a decimal’s characteristics