var firstIndex : Int
The first index in the index set.
インデックス集合の最初のインデックス。
func indexLessThanIndex (Int) -> Int
Returns either the closest index in the index set that is less than a specific index or the not-found indicator.
特定のインデックスより小さい、そのインデックス集合の中の最も近いインデックスまたは未検出標識のどちらかを返します。
func indexLessThanOrEqual (to: Int) -> Int
Returns either the closest index in the index set that is less than or equal to a specific index or the not-found indicator.
特定のインデックスより小さいか等しい、そのインデックス集合の中の最も近いインデックスまたは未検出標識のどちらかを返します。
func indexGreaterThanOrEqual (to: Int) -> Int
Returns either the closest index in the index set that is greater than or equal to a specific index or the not-found indicator.
特定のインデックスより大きいか等しい、そのインデックス集合の中の最も近いインデックスまたは未検出標識のどちらかを返します。
func indexGreaterThanIndex (Int) -> Int
Returns either the closest index in the index set that is greater than a specific index or the not-found indicator.
特定のインデックスより大きい、そのインデックス集合の中の最も近いインデックスまたは未検出標識のどちらかを返します。
func getIndexes (UnsafeMutablePointer<Int>, maxCount : Int, inIndexRange : NSRangePointer?) -> Int
The index set fills an index buffer with the indexes contained both in the index set and in an index range, returning the number of indexes copied.
インデックス集合は、あるインデックスバッファを、インデックス集合の中およびあるインデックス範囲の中の両方に含まれるインデックスで満たして、コピーされたインデックスの数を返します。