BigInteger.MinusOne Properti

Definisi

Mendapatkan nilai yang menunjukkan angka negatif satu (-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

Nilai Properti

Bilangan bulat yang nilainya negatif satu (-1).

Keterangan

Properti MinusOne digunakan untuk membandingkan nilai dengan BigInteger -1 atau untuk menetapkan -1 ke BigInteger objek.

Berlaku untuk

Lihat juga