Overview - 2024.2 English - XD160

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English

Template to calculate Least Common Multiple(LCM) of two integers.

Parameters:

_A an integer
_B the other integer
template <
    int _A,
    int _B
    >
struct LCM

// fields

static const int value