BigInteger.One 속성

정의

숫자 1을 나타내는 값을 가져옵니다.

public:
 static property System::Numerics::BigInteger One { System::Numerics::BigInteger get(); };
public static System.Numerics.BigInteger One { get; }
member this.One : System.Numerics.BigInteger
member this.One : System.Numerics.BigInteger
Public Shared ReadOnly Property One As BigInteger

속성 값

BigInteger

값이 1인 개체입니다.

구현

One

설명

One 속성은 일반적으로 값을 1과 비교 BigInteger 하거나 개체에 1을 할당하는 BigInteger 데 사용됩니다.

적용 대상

추가 정보