Indicates that a floating-point value is subnormal.
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const int FP_SUBNORMAL = 1
Public Const FP_SUBNORMAL As Integer = 1
public:
literal int FP_SUBNORMAL = 1
static val mutable FP_SUBNORMAL: int
Field Value
Type:
Int32
See Also