var magnitude: UInt
The magnitude of this value.
この値の規模。
func abs<T>(T) -> T
Returns the absolute value of the given number.
与えられた数の絶対値を返します。
func signum() -> Int
Returns
-1
if this value is negative and 1
if it’s positive; otherwise, 0
.
この値が負ならば-1
そしてそれが正ならば1
;それ以外では0
を返します。