Int32.INumberBase<Int32>.IsNormal(Int32) Metoda

Definice

Určuje, zda je hodnota normální.

 static bool System.Numerics.INumberBase<System.Int32>.IsNormal(int value) = System::Numerics::INumberBase<int>::IsNormal;
static bool INumberBase<int>.IsNormal (int value);
static member System.Numerics.INumberBase<System.Int32>.IsNormal : int -> bool
 Shared Function IsNormal (value As Integer) As Boolean Implements INumberBase(Of Integer).IsNormal

Parametry

value
Int32

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je normální, jinak hodnota false.

Implementuje

Platí pro