negs
fn
int negs()(int x, ref bool overflow)Negate an integer.
Parameters
x | operand |
overflow | set if x cannot be negated, is not affected otherwise |
Returns
the negation of x
fn
long negs()(long x, ref bool overflow)ditto