Function 関数

NSRoundDownToMultipleOfPageSize(_:)

Returns the specified number of bytes rounded down to a multiple of the page size. 指定されたバイト数を返します、ページサイズの倍数に端数を切り下げられます。

Declaration 宣言

func NSRoundDownToMultipleOfPageSize(_ bytes: Int) -> Int

Return Value 戻り値

In bytes, the multiple of the page size that is closest to, but not greater than, byteCount (that is, the number of bytes rounded down to a multiple of the page size). バイトで、ベージサイズの倍数、それはbyteCountに最も近い、しかしそれより大きくありません(すなわち、ページサイズの倍数に切り下げられたバイト数)。

See Also 参照

Memory Management メモリ管理