言語

BigInteger.ByteValueExact メソッド

定義

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

[Android.Runtime.Register("byteValueExact", "()B", "GetByteValueExactHandler", ApiSince=31)]
public virtual sbyte ByteValueExact();
[<Android.Runtime.Register("byteValueExact", "()B", "GetByteValueExactHandler", ApiSince=31)>]
abstract member ByteValueExact : unit -> sbyte
override this.ByteValueExact : unit -> sbyte

返品

このBigIntegerbyteに変換されます。

属性

注釈

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

1.8 で追加されました。

Javaドキュメント。

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

適用対象