interface __BuiltinFloatingPointType
Inherits from: __BuiltinRealType, IFloat
Description
Represents builtin floating point scalar types. To define generic functions that work with both scalar and vector types, use IFloat instead.
Implemented by float, half and double types.