473,408 Members | 2,734 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,408 software developers and data experts.

'less than or equal to' signs

Hi,

when writing equations in vb .net,

how do you enter the signs "less than or equal to" etc.

thanks

Murt

Jul 21 '05 #1
8 3200

"Murt" <Mu**********@ATyahoo.DOTcom> wrote in message
news:Ow**************@TK2MSFTNGP11.phx.gbl...
Hi,

when writing equations in vb .net,

how do you enter the signs "less than or equal to" etc.


Probably the same as any dialect of BASIC: <= and >=

Jul 21 '05 #2
"Murt" <Mu**********@ATyahoo.DOTcom> schrieb
when writing equations in vb .net,

how do you enter the signs "less than or equal to" etc.


In addition to the previous answers:

http://msdn.microsoft.com/library/en...nOperators.asp

http://msdn.microsoft.com/library/en...VBSpec11_6.asp
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Jul 21 '05 #3
And in addition to all those previous answers

http://www.google.com/search?q=less+than+or+equal+to

this will present you with 8 million + links on the subject in general :-)

I'd guess the guy understood after the first person posted a reply but I
could be wrong.

Jul 21 '05 #4
"Tom Leylan" <ge*@iamtiredofspam.com> schrieb
And in addition to all those previous answers

http://www.google.com/search?q=less+than+or+equal+to

this will present you with 8 million + links on the subject in
general :-)
:-)
I'd guess the guy understood after the first person posted a reply
but I could be wrong.


When I replied I only had one reply downloaded. Apart from this, posting
links to the documentation often helps people to learn how to use it and
next time they can better deal with it (sometimes it's really hard to find
something).
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
Jul 21 '05 #5
"Armin Zingler" <az*******@freenet.de> wrote...
When I replied I only had one reply downloaded. Apart from this, posting
links to the documentation often helps people to learn how to use it and
next time they can better deal with it (sometimes it's really hard to find
something).


Armin it wasn't directed towards you. I was just laughing because (counting
all that I can see so far there are 7 messages including the original
posting.) If you try google you will notice that the question has been
asked about frontpage, delphi, excel, X86 Asm, PHP, dreamweaver, clarion,
paradox and more... including .Net.

It just strikes me as something that is very easy to find if it couldn't
just be guessed :-) I would guess (but that is just me) that these are the
standard math symbols. Are they different in foreign countries?

Tom

Jul 21 '05 #6
where do I find a guide to mathemathical functions and scientific
formulas in VB,

thanks

Murt

Michael A. Covington wrote:
"Murt" <Mu**********@ATyahoo.DOTcom> wrote in message
news:Ow**************@TK2MSFTNGP11.phx.gbl...
Hi,

when writing equations in vb .net,

how do you enter the signs "less than or equal to" etc.

Probably the same as any dialect of BASIC: <= and >=


Jul 21 '05 #7
thanks guys,

I agree it is to an extent common sense, but it is also difficult to
navigate the enormous amount of documentation available,

Tom Leylan wrote:
"Armin Zingler" <az*******@freenet.de> wrote...

When I replied I only had one reply downloaded. Apart from this, posting
links to the documentation often helps people to learn how to use it and
next time they can better deal with it (sometimes it's really hard to find
something).

Armin it wasn't directed towards you. I was just laughing because (counting
all that I can see so far there are 7 messages including the original
posting.) If you try google you will notice that the question has been
asked about frontpage, delphi, excel, X86 Asm, PHP, dreamweaver, clarion,
paradox and more... including .Net.

It just strikes me as something that is very easy to find if it couldn't
just be guessed :-) I would guess (but that is just me) that these are the
standard math symbols. Are they different in foreign countries?

Tom


Jul 21 '05 #8
"Murt" <Mu**********@ATyahoo.DOTcom> schrieb
where do I find a guide to mathemathical functions and scientific
formulas in VB,


Have a look at the links I and others posted. Next to them, there will also
be the topics you are looking for. If you bought VB/VS.NET, your <F1> key
should also work. If you only use the SDK, also have a look at the links.
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Jul 21 '05 #9

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

Similar topics

4
by: Jeremy Howard | last post by:
Hello everyone, I'm not a database guru so I'm sorry if this is a dumb question but here it goes... I have this sql query that I'm trying to run against a table on a Sql 2k server: SELECT ...
1
by: johndesp | last post by:
I am building an xml document to represent a url request. Some urls contain d equal signs appended to the url. Its important I preserve the equal sign in hte xml document. However, my parser is...
2
by: lkrubner | last post by:
When I had these two lines in my code: if ($executed == "The command didn't exist") { $this->core->error("In CommandRenderAllActionsInAnArray we sought the command '$commandName' but...
1
by: trinity | last post by:
Hello all, First, I am grateful for this forum and all comments that will be posted. I am designing a database that compiles data from sewage treatment plants. Mostly the data is numeric. ...
15
by: Murt | last post by:
Hi, when writing equations in vb .net, how do you enter the signs "less than or equal to" etc. thanks Murt
16
by: Cory Nelson | last post by:
Does anyone know how std::set prevents duplicates using only std::less? I've tried looking through a couple of the STL implementations and their code is pretty unreadable (to allow for different...
6
kamill
by: kamill | last post by:
I need to generate a report (with fromdate and todate).If we set the “from” date and “to” dates as the same it should generates a report for that date. If we set the “from” date as one day before...
13
by: Skybuck Flying | last post by:
Hello, Why does C++ use :: for members/methods why not just : ? For example: long Test::TimesOne() const { return mVal; } Alternative:
4
by: =?Utf-8?B?R3JlZw==?= | last post by:
I know in regular HTML within a web page, you can use the following to display < output in the HTML output. &lt output &gt but, I'd rather not include any spaces between the less than and...
0
by: kronus | last post by:
Hey everyone, I am stumped once more and you guys have always helped in one way or the other. I am just now starting to fool around with using PEAR to send html emails. Following the sample...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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,...
0
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...

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.