BigInteger.IsZero プロパティ

定義

現在の BigInteger オブジェクトの値が Zero かどうかを示します。

public:
 property bool IsZero { bool get(); };
public bool IsZero { get; }
member this.IsZero : bool
Public ReadOnly Property IsZero As Boolean

プロパティ値

BigInteger オブジェクトの値が Zero の場合は true。それ以外の場合は false

注釈

このプロパティは、 よりも BigInteger.Equals(BigInteger.Zero)大幅に優れたパフォーマンスを提供します。

適用対象

こちらもご覧ください