isZero
A Boolean value indicating whether this value is zero.
Declaration
var isZero: Bool { get }Discussion
This property is true for -0.0 and +0.0 and false for all other values.
A Boolean value indicating whether this value is zero.
var isZero: Bool { get }This property is true for -0.0 and +0.0 and false for all other values.