473,396 Members | 1,940 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

System.Math

I have just switched from VB6 to vb .net. In Vosual
Studio.net I am missing the reference to System.Math and
can not find it anywhere. I assume is is System.Math.dll.
Where the hell is it?

Thanks,
Jim
Nov 20 '05 #1
3 8514
In Vosual Studio.net I am missing the reference to System.Math
What makes you think that? Are you sure you're not just missing an
Imports statement?

I assume is is System.Math.dll. Where the hell is it?


No there isn't. System.Math is implemented in Mscorlib.dll, which is
always referenced.

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
Nov 20 '05 #2
Jim,
Where the hell is it? No place, as there is not a System.Math.dll ;-)

System.Math is a class within the mscorlib assembly.

mscorlib is the core .NET library which means you cannot write a VB.NET
program without it! (read mscorlib is automatically referenced and you
cannot unreference it).

If you look up System.Math (or other class) in MSDN at the bottom of the
overview page is a Requirements section. This section lists the Namespace
the class is in. Plus it lists the assembly the class is in, along with what
platforms the class supports. Note Some classes are partially supported on
different platforms, so you need to check the individual methods.

http://msdn.microsoft.com/library/de...ClassTopic.asp

Remember that an individual Namespace (System.Data for example) may have
classes in different assemblies.

Hope this helps
Jay
"DrJRice" <dr*****@comcast.net> wrote in message
news:96****************************@phx.gbl... I have just switched from VB6 to vb .net. In Vosual
Studio.net I am missing the reference to System.Math and
can not find it anywhere. I assume is is System.Math.dll.
Where the hell is it?

Thanks,
Jim

Nov 20 '05 #3
Jim
Thanks,

Opened up the object browser and there they were in
mscorlib.

Thanks again,
Jim
-----Original Message-----
In Vosual Studio.net I am missing the reference to
System.Math
What makes you think that? Are you sure you're not just missing anImports statement?

I assume is is System.Math.dll. Where the hell is it?
No there isn't. System.Math is implemented in

Mscorlib.dll, which isalways referenced.

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
.

Nov 20 '05 #4

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

Similar topics

5
by: Ark | last post by:
Hi everyone, Does anyone know if Direct3D overloads System.Math functions? Also is it possible to access the base functions of the overloaded function (in other words restore original of the...
0
by: BuddyWork | last post by:
Hello, Here is an update. There is no differences with the function System.Math.Log10 under any operating system. The problem is with the casting of the datatype double and value Infinite...
3
by: pontifikas | last post by:
I'm pretty damn sure there should be a System.Math library somewhere around .Net. But I cannot find it. What is the name of the reference for it? Any Ideas? What could I be doing wrong? ...
1
by: Jim | last post by:
I just switched to VB .net from VB 6. In Visual Studio .net, I am missing the System.Math reference and functions like Sqrt undefined. I have looked everywhere and can not find a reference for it....
4
by: muzilli | last post by:
Howdy all, what is the same DivRem function for Mobile development. I'm using the ..NET compact framework. Thanks all, Marcelo Muzilli
2
by: Radek Cerny | last post by:
Hopefully I'm just missing something obvious, but this method (or more likely the CLR/complier) has a bug where I can not use the overloaded version: Round( double value, int digits ) It always...
1
by: merarajesh | last post by:
hi, I am developing intensity of wave in physics. I am using system.math in c#. every thing is fine. but the result of Intensity is not well. my formula is:- I=4*a2*cos2(delta/2);...
2
by: Richard Ballin | last post by:
Hello All, I am taking a class using Visual Studio C++ Express 2010 and on one of the first projects i need to use the Math::Pow() function. The book does not do a good job of explaining how to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.