473,321 Members | 1,748 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,321 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 3196

"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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.