FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator-()
[1/2]
template<typename Derived, int IntBits, int FracBits>
FASTLED_FORCE_INLINE
Derived
fl::fixed_point_base
< Derived, IntBits, FracBits >::operator-
(
)
const
inline
constexpr
Definition at line
88
of file
base.h
.
88
{
89
return
Derived::from_raw
(
static_cast<
raw_type
>
(
90
0
u
-
static_cast<
unsigned_raw_type
>
(
mValue
)));
91
}
fl::fixed_point_base::unsigned_raw_type
typename traits::unsigned_raw_type unsigned_raw_type
Definition
base.h:32
fl::fixed_point_base::raw_type
typename traits::raw_type raw_type
Definition
base.h:31
fl::fixed_point_base::mValue
raw_type mValue
Definition
base.h:41
fl::fixed_point_base
Definition
base.h:28
References
FASTLED_FORCE_INLINE
, and
mValue
.
fl
fixed_point_base
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2