Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
round_div_signed_int< N, T > Struct Template Reference

#include <AH/Math/Divide.hpp>

Detailed Description

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

Divide a signed integer by N, rounding the result.

Definition at line 30 of file Divide.hpp.

+ Collaboration diagram for round_div_signed_int< N, T >:

Static Public Member Functions

static T div (T val)
 

Member Function Documentation

◆ div()

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

Definition at line 31 of file Divide.hpp.


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