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.
プロパティ Rank を持つオブジェクトのリストがあります。これは整数です。
ビューでランク順に並べ替えたいのですが、これを行うと:
myObjects = myObjects.Orderby(r=>r.Rank);
私はすべてのゼロを取得します(これらが一番上に設定されていないことを意味します)
1 --> n で並べ替えたいのですが、リストの一番下にゼロを配置します。
リストがかなり長いので、できるだけ効率的な並べ替えにしたいと思います