BigInteger.One Vlastnost

Definice

Získá hodnotu, která představuje číslo jedna (1).

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

Hodnota vlastnosti

Objekt, jehož hodnota je jedna (1).

Implementuje

One

Poznámky

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

Platí pro

Viz také