Char.INumberBase<Char>.IsPositive(Char) Method

Definition

Determines if a value is positive.

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

Parameters

value
Char

The value to be checked.

Returns

true if value is positive; otherwise, false.

Implements

Applies to