operator unary- method

Half operator unary-()

Unary minus

Implementation

Half operator -() => Half.fromBits(_h! ^ 0x8000);