float
Remarks
The float
keyword designates a 32-bit floating-point number.
The float
type is one of the base types of the interface definition language (IDL). The float
type can appear as a type specifier in typedef declarations, general
declarations, and function declarators (as a function-return-type specifier and
a parameter-type specifier). For the context in which type specifiers appear,
see IDL
The float
type cannot appear in const declarations.
See Also