473,726 Members | 2,262 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to use System.Math in C#?

Atran
319 Contributor
Hello everybody, can anyone till me:
What we can do in System.Componen tModel

If you can give me easy example too.
Thanks for anyhelp.
Jun 3 '07 #1
9 6483
Atran
319 Contributor
Hello, What I can do in System.Collecti ons and System.Collecti ons.Generic.
If you can give me an easy example.
Thanks for anyhelp.
Jun 3 '07 #2
Atran
319 Contributor
Hello, What I can do in System.Runtime.
If you can give me an easy example.
Thanks for anyhelp.
Jun 3 '07 #3
Atran
319 Contributor
Hello, How I can use math in C#?
Thanks for anyhelp.
Jun 3 '07 #4
Atran
319 Contributor
Hello, anyone can give me an example about System.Media !!!
And How I save the sound that I play it on my Form from [rtsp server].
I can make a new sound player, but I dont know how to play it:

Expand|Select|Wrap|Line Numbers
  1. System.Media.SoundPlayer x = new System.Media.SoundPlayer("rtsp://server40.gpg.com/iranian/Googoosh/1-akharinkhabar.rm");
  2.  
And this file cant be download, so how I can to stream the sound and save it......
Great Thanks for your help.
Jun 3 '07 #5
Atran
319 Contributor
How I can use Data (System.Data) in C#, is that helpful.from using xml.
Thanks.
Jun 3 '07 #6
Atran
319 Contributor
Hello, What can do in the System.Text ?
IF you can Give me an easy example.
Thanks.
Jun 3 '07 #7
blackjack2150
79 New Member
Hello, anyone can give me an example about System.Media !!!
And How I save the sound that I play it on my Form from [rtsp server].
I can make a new sound player, but I dont know how to play it:

Expand|Select|Wrap|Line Numbers
  1. System.Media.SoundPlayer x = new System.Media.SoundPlayer("rtsp://server40.gpg.com/iranian/Googoosh/1-akharinkhabar.rm");
  2.  
And this file cant be download, so how I can to stream the sound and save it......
Great Thanks for your help.
The SoundPlayer object is used like this:

System.Media.So undPlayer sp = new System.Media.So undPlayer("C:\\ Windows\\Media\ \chord.wav");
sp.Play();


But it will ONLY PLAY WAV files!
In your example you were trying to load a Real Player "rm" file. You cam forget about it.

PS: A simple search on MSDN would have given you the answer in no time.
Jun 4 '07 #8
Frinavale
9,735 Recognized Expert Moderator Expert
Hello, What can do in the System.Text ?
IF you can Give me an easy example.
Thanks.
Hi Atran!

I have merged your last few threads into one thread.
It seems to me that, as blackjack2150 has stated, a simple google search would help you out a lot with these questions.

There are two sticky threads at the top of the .NET forum... be sure to check out the second sticky thread on Important links and and answers to commonly asked questions.

When I was first starting out with .NET I basically lived on the MSDN Library website. It has up-to-date information on each of the class libraries and every object. There are also examples on how to use the objects.

Cheers!
-Frinny
Jun 4 '07 #9
Motoma
3,237 Recognized Expert Specialist
The MSDN is the best place to start with questions like this. Is holds documentation for the entire .NET Framework.
Jun 4 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

5
6569
by: Razvan | last post by:
Hi ! In an XML DOCTYPE declaration you can use either PUBLIC or SYSTEM attributes: <!DOCTYPE RootElement SYSTEM "SomeDTD.dtd">
13
3613
by: Jon Agiato | last post by:
Hello, I am sure this problem is easy to spot but I have been at this project all day and the frustration has finally overcome me. I am using this function in order to produce a standard normal distribution random number generator and then using the function in another part of my program in order to use the value. This function is called for many iterations. The problem is, through each run I am getting the exact same number generated...
5
2253
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 overlaoded function)? Thank you
0
1383
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 to datatype int.
3
17946
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? *-----------------------* Posted at:
3
8529
by: DrJRice | last post by:
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
8
14097
by: Tim Reynolds | last post by:
Our .Net application calls a web method of aplpication 2 that resides on their Apache server. When I as a developer C#, Studios 2003, make the call to their web method from my desktop, I receive no exceptions - completes fine. Their web service url was added as a web reference to our project with no problem. The following was generated as part of the proxy class: /// <remarks/> public DueDateAvailabilityResponse...
9
3038
by: Xah Lee | last post by:
REQUIREMENTS FOR A VISUALIZATION SOFTWARE SYSTEM FOR 2010 Xah Lee, 2007-03-16 In this essay, i give a list of requirements that i think is necessary for a software system for creating scientific visualization for the next decade (2007-2017). (for a HTML version with images, please see http://xahlee.org/3d/viz.html )
1
3102
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); delta=2pi/lambda*trangle; trangle=dx/d lambda=constant*10pow-10;
0
8752
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
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
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...
0
9116
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4519
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
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3228
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
3
2157
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.