BigInteger.ISignedNumber<BigInteger>.NegativeOne Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il valore -1
per il tipo.
static property System::Numerics::BigInteger System::Numerics::ISignedNumber<System::Numerics::BigInteger>::NegativeOne { System::Numerics::BigInteger get(); };
static System.Numerics.BigInteger System.Numerics.ISignedNumber<System.Numerics.BigInteger>.NegativeOne { get; }
static member System.Numerics.ISignedNumber<System.Numerics.BigInteger>.NegativeOne : System.Numerics.BigInteger
Shared ReadOnly Property NegativeOne As BigInteger Implements ISignedNumber(Of BigInteger).NegativeOne