Skip to content

@ryanuo/utils / finance / calculatePercentage

Function: calculatePercentage()

ts
function calculatePercentage(
   part, 
   total, 
   options?): string;

计算百分比

Parameters

part

部分值

string | number

total

总值

string | number

options?

配置选项

decimalPlaces?

number

小数位数

isSymbol?

boolean

是否返回百分号

Returns

string

百分比值