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

Tanım

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

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

Parametreler

value
IntPtr

nativeint

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır