言語

BigInteger.ShortValueExact メソッド

定義

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

[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

返品

このBigIntegershortに変換されます。

属性

注釈

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

1.8 で追加されました。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象