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

signum()

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

Declaration 宣言

func signum() -> Int

Return Value 戻り値

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Finding the Sign and Magnitude 符号と規模を見つける