Char.INumberBase<Char>.IsEvenInteger(Char) Metodo

Definizione

Determina se un valore rappresenta un numero integrale pari.

 static bool System.Numerics.INumberBase<System.Char>.IsEvenInteger(char value) = System::Numerics::INumberBase<char>::IsEvenInteger;
static bool INumberBase<char>.IsEvenInteger (char value);
static member System.Numerics.INumberBase<System.Char>.IsEvenInteger : char -> bool
 Shared Function IsEvenInteger (value As Char) As Boolean Implements INumberBase(Of Char).IsEvenInteger

Parametri

value
Char

Valore da controllare.

Restituisce

true se value è un intero pari; in caso contrario, false.

Implementazioni

Si applica a