Arduino Helpers master
Utility library for Arduino
Static Public Member Functions | List of all members
round_div_unsigned_int< N, T > Struct Template Reference

#include <AH/Math/Divide.hpp>

Detailed Description

template<uint8_t N, class T>
struct 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()

static T div ( val)
inlinestatic

Definition at line 21 of file Divide.hpp.


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