Round to the closest allowed value that is less than or equal to the source.
ソースより小さいか等しい最も近い許される値に丸めます。
Availability
iOS 8.0+
iPadOS 8.0+
macOS 10.10+
Mac Catalyst 13.0+
tvOS 9.0+
watchOS 2.0+
Xcode 8.0+
Technology
Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
casedown
Discussion
解説
The following example shows the results of rounding numbers using this rule:
以下の例は、この規則を使っての数の丸めの結果を示します:
This rule is equivalent to the C floor function and implements the roundToIntegralTowardNegative operation defined by the IEEE 754 specification.
この規則は、C floor関数の等価物です、そしてroundToIntegralTowardNegative演算を実装し、それはIEEE 754仕様によって定義されます。