OrderBy with custom sorting

Hi All,

I want to use something like OrderBy( WHEN A>0 ASC, ELSE A DESC).

How can I do? Thanks.