-
Notifications
You must be signed in to change notification settings - Fork 0
3. Math
Enes Okullu edited this page Feb 19, 2024
·
2 revisions
Percentage8F(item1, item2);
- It uses
ulong,long,uint,int,double,float,short,byte,sbyteas data types to calculate percentage, with eight fractions and puts '%' at the end of string. ("14.1234567%")
Percentage2F(item1, item2);
- It uses
ulong,long,uint,int,double,float,short,byte,sbyteas data types to calculate percentage, with no fractions and puts '%' at the end of string. ("15.12%")
PercentageNoFrac(item1, item2);
- It uses
ulong,long,uint,int,double,float,short,byte,sbyteas data types to calculate percentage, with two fractions and puts '%' at the end of string. ("16%")