Int32.INumberBase<Int32>.IsNormal(Int32) Método

Definición

Determina si un valor es normal.

 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

Parámetros

value
Int32

Valor que se va a comprobar.

Devoluciones

true es si value es normal; de lo contrario, falsees .

Implementaciones

Se aplica a