本文介绍了如何在C#中创建一个函数,在底部我在excel文件中有这个函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

早上好

i想在C中创建一个函数。

问题是我有什么东西可供选择:

这是Excel中的等式:



Good morning
i want to create a function in C#
the probleme is there's somthing complecated for me :
this's the equation in Excel :

=SLN(price;0;(date_saisie*12))*ROUNDDOWN(DAYS360(date_saisie;Now();TRUE) / 30;)



注意:这是一个Excel公式,其中; 替换昏迷,因为昏迷已经被使用作为小数点分隔符(本地文化)。



我尝试过:







感谢参加此论坛的所有成员



祝你好运...


Nota: This is an Excel formula where ; replace comas because the coma is already used as decimal separator (local culture) .

What I have tried:



Thank you all the members who participate in this Forum

Best regards...

推荐答案


这篇关于如何在C#中创建一个函数,在底部我在excel文件中有这个函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 01:44