BigInteger.Zero Vlastnost

Definice

Získá hodnotu, která představuje číslo 0 (nula).

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

Hodnota vlastnosti

BigInteger

Celé číslo, jehož hodnota je 0 (nula).

Implementuje

Poznámky

Objekt BigInteger vrácený touto vlastností poskytuje pohodlný zdroj nulové hodnoty pro použití v přiřazeních a porovnáních.

Platí pro

Viz také