BigInteger.INumberBase<BigInteger>.IsCanonical(BigInteger) 메서드

정의

값이 정식 표현에 있는지 여부를 확인합니다.

 static bool System.Numerics.INumberBase<System.Numerics.BigInteger>.IsCanonical(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsCanonical;
static bool INumberBase<BigInteger>.IsCanonical(System.Numerics.BigInteger value);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.IsCanonical : System.Numerics.BigInteger -> bool
 Shared Function IsCanonical (value As BigInteger) As Boolean Implements INumberBase(Of BigInteger).IsCanonical

매개 변수

value
BigInteger

확인할 값입니다.

반품

정식 표현에 있으면 /&이고, 그렇지 않으면 .입니다.

구현

적용 대상