BigInteger.INumberBase<BigInteger>.IsInteger(BigInteger) Metodo
In questo articolo
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.
Determina se un valore rappresenta un numero integrale.
static bool System.Numerics.INumberBase<System.Numerics.BigInteger>.IsInteger(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsInteger;
static bool INumberBase<BigInteger>.IsInteger(System.Numerics.BigInteger value);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.IsInteger : System.Numerics.BigInteger -> bool
Shared Function IsInteger (value As BigInteger) As Boolean Implements INumberBase(Of BigInteger).IsInteger
- value
- BigInteger
Valore da controllare.
true
se è un intero; in caso value
contrario, false
.
Si applica a
Prodotto | Versioni |
---|---|
.NET | 7, 8, 9, 10 |