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
Farhan Shariff
NA
933
241.5k
Convert code to C#
Jul 8 2014 5:53 AM
I want to change this code to C# code here val is a double value
function round7(val)
define v1,v2
v1=val
if abs(v1)>0
v2=int(log(abs(v1)))
v1=v1/(10^v2)
v1=round(v1,6)
v1=v1*10^v2
end if
return v1
end function
Reply
Answers (
11
)
Regular Expression Important 15:05
how to print in roll paper in C#