Char.INumberBase<Char>.IsNegative(Char) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a value is negative.
 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).IsNegativeParameters
- value
- Char
The value to be checked.
Returns
true if value is negative; otherwise, false.