存储为 1 的分数的百分比:这叫什么?
Percentage stored as a fraction of 1: What is this called?
我在数据库 table 中有一个名为 CONDITION_PERCENT
的列。
它的值如下:
- 1
- 0.1
- 0.01
代表:
- 100%
- 10%
- 1%
我怀疑将这些值称为 百分比 可能 不正确 。称它们为 百分比 肯定会误导我的用户(每个人都希望这些值是 100 的分数,而不是 1 的分数)。
1 的小数百分比值的正确名称是什么?
根据您提供的示例,您要查找的字词是“Decimal Fraction”,即
"a fraction whose denominator is some power of 10, usually indicated
by a dot (decimal point or point) written before the numerator: as 0.4
= 4/10; 0.126 = 126/1000."
我在数据库 table 中有一个名为 CONDITION_PERCENT
的列。
它的值如下:
- 1
- 0.1
- 0.01
代表:
- 100%
- 10%
- 1%
我怀疑将这些值称为 百分比 可能 不正确 。称它们为 百分比 肯定会误导我的用户(每个人都希望这些值是 100 的分数,而不是 1 的分数)。
1 的小数百分比值的正确名称是什么?
根据您提供的示例,您要查找的字词是“Decimal Fraction”,即
"a fraction whose denominator is some power of 10, usually indicated by a dot (decimal point or point) written before the numerator: as 0.4 = 4/10; 0.126 = 126/1000."