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.Equals(BigInteger.Zero)よりも大幅に優れたパフォーマンスを提供します。

適用対象

こちらもご覧ください