Indicates that a floating-point value is normal, i.e. not infinity, subnormal, NaN (not-a-number) or zero.
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const int FP_NORMAL = 0
Public Const FP_NORMAL As Integer = 0
public:
literal int FP_NORMAL = 0
static val mutable FP_NORMAL: int
Field Value
Type:
Int32
See Also