var magnitude: UInt
The magnitude of this value.
この値の規模。
typealias Int.Magnitude
A type that can represent the absolute value of any possible value of this type.
この型の何らかの可能な値の絶対値を表すことのできる型。
func signum() -> Int
Returns
-1
if this value is negative and 1
if it’s positive; otherwise, 0
.
この値が負ならば-1
そしてそれが正ならば1
;それ以外では0
を返します。