Typedef wavemap::Seconds

Typedef Documentation

template<typename T = FloatingPoint>
using wavemap::Seconds = ValueWithUnit<SiUnit::kSeconds, T>

Value expressed in seconds.

Template Parameters:

T – The value’s underlying scalar type.