BigInteger.MinusOne Vlastnost

Definice

Získá hodnotu, která představuje číslo záporné (-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

Hodnota vlastnosti

Celé číslo, jehož hodnota je záporná jedna (-1).

Poznámky

Vlastnost MinusOne se používá k porovnání BigInteger hodnoty s hodnotou -1 nebo k přiřazení -1 k objektu BigInteger .

Platí pro

Viz také