Compartilhar via


BigInteger.LongValueExact Método

Definição

Converte isso BigInteger em um long, verificando se há informações perdidas.

[Android.Runtime.Register("longValueExact", "()J", "GetLongValueExactHandler", ApiSince=31)]
public virtual long LongValueExact ();
[<Android.Runtime.Register("longValueExact", "()J", "GetLongValueExactHandler", ApiSince=31)>]
abstract member LongValueExact : unit -> int64
override this.LongValueExact : unit -> int64

Retornos

isso BigInteger se converteu em um long.

Atributos

Comentários

Converte isso BigInteger em um long, verificando se há informações perdidas. Se o valor disso BigInteger estiver fora do intervalo do long tipo, um ArithmeticException será lançado.

Adicionado em 1.8.

Documentação Java para java.math.BigInteger.longValueExact().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a