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

チェックする値。

返品

が正の場合は

実装

適用対象