Char.INumberBase<Char>.IsNegative(Char) Método

Definición

Determina si un valor es negativo.

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

Parámetros

value
Char

Valor que se va a comprobar.

Devoluciones

true es si value es negativo; de lo contrario, falsees .

Implementaciones

Se aplica a