BigInteger.INumberBase<BigInteger>.IsZero(BigInteger) Metoda

Definice

Určuje, zda je hodnota nula.

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

Parametry

value
BigInteger

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je nula, jinak hodnota false.

Implementuje

Platí pro