BigInteger.One Właściwość

Definicja

Pobiera wartość reprezentującą liczbę jedną (1).

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

Wartość właściwości

Obiekt, którego wartość to jeden (1).

Implementuje

One

Uwagi

Właściwość One jest zwykle używana do porównywania wartości z wartością BigInteger 1 lub do przypisywania wartości 1 do BigInteger obiektu.

Dotyczy

Zobacz też