BigInteger.MinusOne Özellik

Tanım

Negatif bir sayısını (-1) temsil eden bir değer alır.

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

Özellik Değeri

Değeri negatif olan bir tamsayı (-1).

Açıklamalar

MinusOne özelliği, bir BigInteger değeri -1 ile karşılaştırmak veya bir nesneye -1 atamak için BigInteger kullanılır.

Şunlara uygulanır

Ayrıca bkz.