Click here to Skip to main content
15,897,891 members

Comments by N.Enguehard (Top 3 by date)

N.Enguehard 28-May-22 18:44pm View    
Wow that's exactly what i wanted.
Thanks a lot for your help ! :D
N.Enguehard 8-May-22 13:24pm View    
ReplyModify the comment. Delete the comment.
Ok, thanks for the feedback... i was expecting this answer :(
I will change to another way to get what I want.

something like :
ublic Func < double, double > f(int pow)
{
return F => Math.Pow(cste * F, pow);
}

Thanks everyone for your answers
:) CodeProject is a very good community ^^
N.Enguehard 8-May-22 13:19pm View    
Deleted
Ok, thanks for the feedback... i was expecting this answer :(
I will change to another way to get what I want.

something like :
public Func<double, double=""> f(int pow)
{
return F => Math.Pow(cste * F, pow);
}

Thanks everyone for your answers
:) CodeProject is a very good community ^^