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 Formula Through C# code
Sep 18 2014 5:59 AM
Hello All,
Here I Have one Formula i want to find a logic for this through c# code
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
as we see above condition i want to find both negative and positive Values
Reply
Answers (
1
)
minimize console application in system tray using c#
Logic for finding the value through formula in c#