Single.IsSubnormal(Single) メソッド

定義

指定した値が非正規かどうかを判断します。

public:
 static bool IsSubnormal(float f);
public static bool IsSubnormal (float f);
static member IsSubnormal : single -> bool
Public Shared Function IsSubnormal (f As Single) As Boolean

パラメーター

f
Single

単精度浮動小数点数。

戻り値

Boolean

f が非正規の場合は true。それ以外の場合は false

適用対象