Complex.INumberBase<Complex>.TryConvertToChecked<TOther> Método

Definição

Tenta converter uma instância do tipo atual em outro tipo, gerando uma exceção de estouro para quaisquer valores que estejam fora do intervalo representável do tipo atual.

generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.Complex>.TryConvertToChecked(System::Numerics::Complex value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::Numerics::Complex>::TryConvertToChecked;
static bool INumberBase<Complex>.TryConvertToChecked<TOther> (System.Numerics.Complex value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.Complex>.TryConvertToChecked : System.Numerics.Complex * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
 Shared Function TryConvertToChecked(Of TOther As INumberBase(Of TOther)) (value As Complex, ByRef result As TOther) As Boolean Implements INumberBase(Of Complex).TryConvertToChecked

Parâmetros de tipo

TOther

O tipo no qual value deve ser convertido.

Parâmetros

value
Complex

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