次の方法で共有


Character.LowSurrogate(Int32) メソッド

定義

[Android.Runtime.Register("lowSurrogate", "(I)C", "")]
public static char LowSurrogate (int codePoint);
[<Android.Runtime.Register("lowSurrogate", "(I)C", "")>]
static member LowSurrogate : int -> char

パラメーター

codePoint
Int32

補助文字 (Unicode コード ポイント)

戻り値

UTF-16 エンコードの文字を表すために使用される末尾のサロゲート コードユニット

属性

注釈

UTF-16 エンコードで指定された補助文字 (Unicode コード ポイント) を表すサロゲート ペア末尾のサロゲート (下位サロゲート コード単位) を返します。 指定した文字が補助文字でない場合は、指定されていない char 文字が返されます。

の場合#isSupplementaryCodePoint isSupplementaryCodePoint(x)は、常(lowSurrogate(x))#isLowSurrogate isLowSurrogatetrue実行されます(#toCodePoint toCodePoint#highSurrogate highSurrogate(x), lowSurrogate(x)) == xtrue

1.7 で追加されました。

の Java ドキュメントjava.lang.Character.lowSurrogate(int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象