Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
round_div_unsigned_int< N, T > Struct Template Reference

#include <AH/Math/Divide.hpp>

Detailed Description

template<uint8_t N, class T>
struct AH::round_div_unsigned_int< N, T >

Divide an unsigned integer by N, rounding the result.

Definition at line 20 of file Divide.hpp.

Collaboration diagram for round_div_unsigned_int< N, T >:

Static Public Member Functions

static T div (T val)

Member Function Documentation

◆ div()

template<uint8_t N, class T>
T div ( T val)
inlinestatic

Definition at line 21 of file Divide.hpp.


The documentation for this struct was generated from the following file: