BigInteger.MinusOne Właściwość

Definicja

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

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

Wartość właściwości

Liczba całkowita, której wartość jest ujemna (-1).

Uwagi

Właściwość MinusOne służy do porównywania BigInteger wartości do -1 lub przypisywania -1 do BigInteger obiektu.

Dotyczy

Zobacz też