Int64.INumberBase<Int64>.IsZero(Int64) Yöntem

Tanım

Değerin sıfır olup olmadığını belirler.

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

Parametreler

value
Int64

Denetlenecek değer.

Döndürülenler

true sıfır ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır