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

Tanım

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

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

Parametreler

value
Decimal

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır