juzToFirstHizb property

int get juzToFirstHizb

Convert Juz number to its first Hizb number

Implementation

int get juzToFirstHizb => (this - 1) * 2 + 1;