Instance MethodSwiftsignum()Returns -1 if this value is negative and 1 if it’s positive; otherwise, 0.func signum() -> IntReturnsThe sign of this number, expressed as an integer of the same type.