Return Value 戻り値
The sign of this number, expressed as an integer of the same type. この数の符号、同じ型の整数として表されます。
-1
if this value is negative and 1
if it’s positive; otherwise, 0
.
この値が負ならば-1
そしてそれが正ならば1
;それ以外では0
を返します。
Availability
Technology
func signum() -> Int16
The sign of this number, expressed as an integer of the same type. この数の符号、同じ型の整数として表されます。