Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リストエントリが0.0などではないことを確認する方法は?
次のように 0.0 かどうかを確認する方法を知っているだけです。
MyList.Where(a => a.Equals(0.0))
しかし、そうでない場合はどうやって確認するのですか?