次の方法で共有


Int32.IsPositive(Int32) メソッド

定義

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

public:
 static bool IsPositive(int value) = System::Numerics::INumberBase<int>::IsPositive;
public static bool IsPositive (int value);
static member IsPositive : int -> bool
Public Shared Function IsPositive (value As Integer) As Boolean

パラメーター

value
Int32

戻り値

Boolean

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

実装

注釈

戻り値はfalse、それが返trueされることをIsNegative(TSelf)意味するものではありません。 0 b以外の複素数a + biが正または負ではありません

適用対象