Int32.INumberBase<Int32>.IsZero(Int32) 方法

定義

判斷值是否為零。

 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

參數

value
Int32

要檢查的值。

傳回

true 如果 value 為零,則為 ,否則為 false

實作

適用於