TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hari B
NA
139
67.6k
Logic for finding the value through formula in c#
Sep 18 2014 6:09 AM
Hello All,
Here i have one formula for find out the negative and Positive value. so here we have some condition like below
T_negative = T_0 + (T_Filtertime - 10ms) for T_Filtertime <= 100ms
T_negative = T_0 + (T_Filtertime * 0,9) for T_Filtertime > 100ms
T_negative = T_0 + (T_Filtertime - 5000ms) for T_Filtertime >= 50000ms
T_positive = T_0 + (T_Filtertime + 10ms) + (20ms + 10ms) for T_Filtertime <= 100ms
T_positive = T_0 + (T_Filtertime * 1,1) + (20ms + 10ms) for T_Filtertime > 100ms
T_positive = T_0 + (T_Filtertime + 5000ms) + (20ms + 10ms) for T_Filtertime >= 50000ms
Thanks in Advance
Regards
Hareesh
Reply
Answers (
1
)
Logic for Formula Through C# code
set datasource