ゼロが正か負かを迅速にテストできるようにしたい。
let neg: CGFloat = -0
let pos: CGFloat = +0
if pos == neg {
// this gets executed, but I don't want this
}
上記のコードが必要なように機能しません。誰か助けてもらえますか?
ありがとうございました ;)
ゼロが正か負かを迅速にテストできるようにしたい。
let neg: CGFloat = -0
let pos: CGFloat = +0
if pos == neg {
// this gets executed, but I don't want this
}
上記のコードが必要なように機能しません。誰か助けてもらえますか?
ありがとうございました ;)