sign

Returns the sign of x, i.e, -1 if x < 0, +1 if x > 0,, or 0 if x == 0.

byte
sign
(
T
)
(
T x
)

Meta