static func - (Float) -> Float
Calculates the additive inverse of a value.
ある値の加法の逆元を計算します。
Availability
Technology
The given argument without any changes. 何ら変更のない、与えられた引数。
You can use the unary plus operator (+
) to provide symmetry in your code for positive numbers when also using the unary minus operator.
あなたは、単行プラス演算子(+
)を使うことで、均整美をあなたのコードにおいて正の数に対して単行マイナス演算子もまた使う場合に提供できます。
static func - (Float) -> Float