Complex.IsFinite(Complex) Método
Definição
Determina se o número complexo especificado é finito.Determines whether the specified complex number is finite.
public:
static bool IsFinite(System::Numerics::Complex value);
public static bool IsFinite (System.Numerics.Complex value);
static member IsFinite : System.Numerics.Complex -> bool
Public Shared Function IsFinite (value As Complex) As Boolean
Parâmetros
- value
- Complex
Um número complexo.A complex number.
Retornos
true se ambas as partes, a real e a imaginária, forem finitas (zero, subnormal ou normal). Caso contrário, false.true if both, the real and imaginary parts are finite (zero, subnormal or normal); otherwise, false.