473,805 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

fixed point arithmatic in micro framework

m.a
Hello,

Is there any fixed point library in .net framework? I need it to use on
fixed point processor that doesn't have any floating point co processor

Regards

Apr 2 '08 #1
2 2454
On Apr 2, 6:25*pm, "m.a" <m...@spamoff.c omwrote:
Hello,

* *Is there any fixed point library in .net framework? I need it to use on
fixed point processor that doesn't have any floating point co processor

Regards
Hi,

Most probably any lib for .NET will work in the micro framework. First
try to find a fixed point lib for .NET and then see if it compiles for
the micro FW.
Apr 3 '08 #2
m.a

"Ignacio Machin ( .NET/ C# MVP )" <ig************ @gmail.comwrote in
message
news:29******** *************** ***********@x41 g2000hsb.google groups.com...
On Apr 2, 6:25 pm, "m.a" <m...@spamoff.c omwrote:
Hello,

Is there any fixed point library in .net framework? I need it to use on
fixed point processor that doesn't have any floating point co processor

Regards
Hi,

Most probably any lib for .NET will work in the micro framework. First
try to find a fixed point lib for .NET and then see if it compiles for
the micro FW.

Thanks, but I could not find any fixed point library for .net. do you know
any?

regards
Apr 3 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
7854
by: Roger Leigh | last post by:
Hello, I'm writing a fixed-precision floating point class, based on the ideas in the example fixed_pt class in the "Practical C++ Programming" book by Steve Oualline (O' Reilly). This uses a long int to store the value, and the precision (number of decimal points) is variable (it's a templated class): template <size_t _decimal_places = 4> class FixedFloat {
2
298
by: François | last post by:
Hi, After looking up Microsoft's site for licensing info...and found nothing, I turn to this newsgroup. Does someone know what version of VB .Net you are entitled to use when you are a micro business? I think I can't buy a VB .Net standard package but I'm not sure about it.
383
12284
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a poor man's DBMS, a broken email server and various other /application/ servers to try and crack the Internet and IS markets. In the case where they didn't spend their own money to get companies to
9
4198
by: pout | last post by:
What are the purposes of fixed-point? When should it be used? I read: #define Int2Fixed(x) (((long)(short)x) << 16) and the fixed-point in 16.16 format. Does the 16 in the MACRO refer to integer or decimal part? For example, if in 8.24, should the macro be: #define Int2Fixed(x) (((long)(short)x) << 24)?
3
1384
by: PLS | last post by:
I'm very puzzled by the code that VC++ 2005 generated for a simple statement: unsigned short *a, b; b += *a; generated this 0062CD6B mov eax,dword ptr 0062CD6E movzx ecx,byte ptr
2
1416
by: sapnakiran | last post by:
Can u tell me how can we build up arithmatic operation without using arithmatic operator
0
3951
by: zelov | last post by:
Hi, I am creating an interface which contains the listbox(C# .net micro framework). When the listbox item is seletected, it will send a character to the serial port and show a "send command" screen. When receiving the data from serial port, it will show another "receive command" screen. The problem i am facing now is the program not able to show out the "receive command" screen. The following is some part of the code: public class...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10369
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3847
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.