Char.INumberBase<Char>.IsPositive(Char) メソッド

定義

値が正かどうかを判断します。

 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

パラメーター

value
Char

チェックする値。

戻り値

true が正の場合 value は 。それ以外の場合 falseは 。

実装

適用対象