Enumeration Case 列挙ケース

NSComparisonPredicate.Operator.between

A predicate to determine if the left hand side lies at or between bounds specified by the right hand side. 左手側が右手側に位置するまたはそれで指定される境界の間であるかを決定する述部。

Declaration 宣言

case between = 100

Discussion 議論

Returns true if [lhs between rhs]; the right hand side must be an array in which the first element sets the lower bound and the second element the upper, inclusive. Comparison is performed using compare(_:) or the class-appropriate equivalent. trueを返します、もし[lhs between rhs]ならば;右手側は配列で、それにおいて最初の要素が低い方の境界をそして2番目の要素が高い方を設定しなければなりません。比較は、compare(_:)またはクラスに適した相当するものを使って実行されます。