计算人数的FTE [英] Calculate FTE on head count

查看:1046
本文介绍了计算人数的FTE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在研究一个金字塔项目.我想根据员工人数来计算FTE.我是新来的.
谁能帮我怎么做.
我有员工人数,我想计算FTE.
请医治.

谢谢

Hi ,
I am working on a Pyramid project. I want to calculate the FTE based on the head count of employees. I am new to this.
Can anyone help me how to do that.
i have the head count of employees and i want to calculate FTE.
Pls healp.

Thanks

推荐答案

应该是一个简单的乘法
Should be a simple multiplication
// FTE in man hours
// workingTime as System.TimeSpan
double FTE = headCount * workingTime.TotalHours();


如果我对您的问题有误解,请对其进行编辑并加以澄清.


If I misinterpret your question, please edit it and clarify.


这篇关于计算人数的FTE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆