次の方法で共有


BigInteger.ShortValueExact メソッド

定義

これをBigIntegershort、失われた情報をチェックする a に変換します。

[Android.Runtime.Register("shortValueExact", "()S", "GetShortValueExactHandler", ApiSince=31)]
public virtual short ShortValueExact ();
[<Android.Runtime.Register("shortValueExact", "()S", "GetShortValueExactHandler", ApiSince=31)>]
abstract member ShortValueExact : unit -> int16
override this.ShortValueExact : unit -> int16

戻り値

これは BigInteger 、〘〘に short変換されます。

属性

注釈

これをBigIntegershort、失われた情報をチェックする a に変換します。 この BigInteger 値が型の範囲外 short の場合は、an ArithmeticException がスローされます。

1.8 で追加されました。

の Java ドキュメントjava.math.BigInteger.shortValueExact()

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

適用対象