BigInteger.INumberBase<BigInteger>.TryConvertToTruncating<TOther> Método

Definição

Tenta converter uma instância do tipo atual em outro tipo, truncando quaisquer valores que estejam fora do intervalo representável do tipo atual.

C#
static bool INumberBase<BigInteger>.TryConvertToTruncating<TOther> (System.Numerics.BigInteger value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;

Parâmetros de tipo

TOther

O tipo no qual value deve ser convertido.

Parâmetros

value
BigInteger

O valor que é usado para criar a instância de TOther.

result
TOther

Quando este método retorna, contém uma instância de TOther convertida de value.

Retornos

false se TOther não houver suporte; caso contrário, true.

Implementações

Aplica-se a

Produto Versões
.NET 7, 8, 9