BigInteger.IsOne 속성

정의

현재 BigInteger 개체의 값이 One인지 여부를 나타냅니다.

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

속성 값

Boolean

BigInteger 개체의 값이 One이면 true이고, 그렇지 않으면 false입니다.

설명

이 속성은 같은 다른 thisBigInteger.Equals(BigInteger.One)비교보다 훨씬 더 나은 성능을 제공합니다.

적용 대상

추가 정보