static var firstEqual : NSBinarySearchingOptions
Specifies that the search should return the first object in the range that is equal to the given object.
検索が、この与えられたオブジェクトと等しい、この範囲の中の最初のオブジェクトを返すべきであることを指し示します。
static var lastEqual : NSBinarySearchingOptions
Specifies that the search should return the last object in the range that is equal to the given object.
検索が、この与えられたオブジェクトと等しい、この範囲の中の最後のオブジェクトを返すべきであることを指し示します。
static var insertionIndex : NSBinarySearchingOptions
Returns the index at which you should insert the object in order to maintain a sorted array.
ソートされた配列を保守するために、それであなたがオブジェクトを挿入すべきインデックスを返します。