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

Definición

Determina si un valor es cero.

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

Parámetros

value
Int32

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a