"CFloat" (Compiled Type)

"CFloat"

represents the C float type.

Details

  • "CFloat" is a macro that is replaced with a platform-specific concrete type. On most platforms, "CFloat" is a macro for "Real32".

Examples

Basic Examples  (2)

Compile a function that takes a "CFloat" as input:

Create a constant with type "CFloat":