BigInteger.MinusOne Proprietà

Definizione

Ottiene un valore che rappresenta il numero negativo uno (-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

Valore della proprietà

Intero il cui valore è il numero negativo uno (-1).

Commenti

La MinusOne proprietà viene utilizzata per confrontare un BigInteger valore con -1 o per assegnare -1 a un BigInteger oggetto .

Si applica a

Vedi anche