Skip to content
Enes Okullu edited this page Feb 19, 2024 · 2 revisions

Percentage

8 Fractions

Percentage8F(item1, item2);
  • It uses ulong, long, uint, int, double, float, short, byte, sbyte as data types to calculate percentage, with eight fractions and puts '%' at the end of string. ("14.1234567%")

2 Franctions

Percentage2F(item1, item2);
  • It uses ulong, long, uint, int, double, float, short, byte, sbyte as data types to calculate percentage, with no fractions and puts '%' at the end of string. ("15.12%")

No Fractions

PercentageNoFrac(item1, item2);
  • It uses ulong, long, uint, int, double, float, short, byte, sbyte as data types to calculate percentage, with two fractions and puts '%' at the end of string. ("16%")

Clone this wiki locally