Instance Method インスタンスメソッド

hasMemberInPlane(_:)

Returns a Boolean value that indicates whether the receiver has at least one member in a given character plane. レシーバが少なくとも1つのメンバをある与えられた文字面に持つかどうかを指し示すブール値を返します。

Declaration 宣言

func hasMemberInPlane(_ thePlane: UInt8) -> Bool

Parameters パラメータ

thePlane

A character plane. ある文字面。

Return Value 戻り値

true if the receiver has at least one member in thePlane, otherwise false. true、レシーバが少なくとも1つのメンバーをthePlaneの中に持つならば、そうでなければfalse

Discussion 議論

This method makes it easier to find the plane containing the members of the current character set. The Basic Multilingual Plane (BMP) is plane 0. このメソッドは、現在の文字集合のメンバーを含んでいる面を見つけるのを容易にします。基本多言語面 (BMP) は、0面です。

See Also 参照

Testing Set Membership 集合メンバーシップをテストする