interface __BuiltinArithmeticType
Inherits from: __BuiltinType, IArithmetic
Description
A type that can be used for arithmetic operations. For defining generic functions that work with builtin scalar arithmetic types only. Builtin types implementing this interface: int, uint, int64_t, uint64_t, int8_t, uint8_t, int16_t, uint16_t, float, half, double. To define generic functions that work with both scalar and vector types, use IInteger or IFloat instead.