次の方法で共有


nfloat.IsNaN(nfloat) メソッド

定義

指定した値が非数値 (NaN) かどうかを示す値を返します。

public static bool IsNaN (nfloat f);
static member IsNaN : nfloat -> bool

パラメーター

f
nfloat

nfloat 浮動小数点数。

戻り値

が にNaN評価される場合dは true、それ以外の場合は false。

注釈

IsNaN(nfloat)値が または NegativeInfinityPositiveInfinity場合は nfloat false を返します。 これらの値をテストするには、および M:System.Double.IsNegativeInfinity(System.nfloat) メソッドを使用IsInfinity(nfloat)IsPositiveInfinity(nfloat)します。

適用対象