BigInteger.IsOne プロパティ

定義

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

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

プロパティ値

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

注釈

このプロパティは、 などの thisBigInteger.Equals(BigInteger.One)他の比較よりもパフォーマンスが大幅に向上します。

適用対象

こちらもご覧ください