NFloat.IsFinite(NFloat) Método

Definição

Determina se o valor especificado é finito (zero, subnormal ou normal).

public:
 static bool IsFinite(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsFinite;
public static bool IsFinite (System.Runtime.InteropServices.NFloat value);
static member IsFinite : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsFinite (value As NFloat) As Boolean

Parâmetros

value
NFloat

O valor de ponto flutuante.

Retornos

true se o valor for finito (zero, subnormal ou normal); caso contrário, false.

Implementações

Aplica-se a