BigInteger.Zero Proprietà

Definizione

Ottiene un valore che rappresenta il numero 0 (zero).

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

Valore della proprietà

Intero il cui valore è 0 (zero).

Implementazioni

Commenti

L'oggetto BigInteger restituito da questa proprietà fornisce un'origine pratica di un valore zero da usare nelle assegnazioni e nei confronti.

Si applica a

Vedi anche