NFloat.IsNegative(NFloat) メソッド

定義

指定した値が負かどうかを判断します。

public:
 static bool IsNegative(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNegative;
public static bool IsNegative (System.Runtime.InteropServices.NFloat value);
static member IsNegative : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNegative (value As NFloat) As Boolean

パラメーター

value
NFloat

浮動小数点値。

戻り値

Boolean

値が負の場合は true。それ以外の場合は false

実装

適用対象