as_double
Cast an operator to a double
-
template<typename T>
auto __MATX_INLINE__ matx::as_double(const T &t)
Helper function to cast an input operator to an double.
- Template Parameters:
T – Input type
- Parameters:
t – Input operator
- Returns:
Operator output casted to double