Instance Method インスタンスメソッド

signum()

Returns -1 if this value is negative and 1 if it’s positive; otherwise, 0. この値が負ならば-1そしてそれが正ならば1;それ以外では0を返します。

Declaration 宣言

func signum() -> Int64

Return Value 戻り値

The sign of this number, expressed as an integer of the same type. この数の符号、同じ型の整数として表されます。

Relationships 関係

From Protocol 由来プロトコル