BigInteger.IsZero Özellik

Tanım

Geçerli BigInteger nesnenin değerinin olup Zeroolmadığını gösterir.

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

Özellik Değeri

Boolean

true nesnesinin BigInteger değeri ise Zero; değilse, false.

Açıklamalar

Bu özellik, değerinden BigInteger.Equals(BigInteger.Zero)önemli ölçüde daha iyi performans sunar.

Şunlara uygulanır

Ayrıca bkz.