0
   

isequalto Signs

 
 
sidak28
 
Reply Tue 31 Jul, 2012 07:09 am
Please tell me Signs of = signs
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Question • Score: 0 • Views: 1,565 • Replies: 5
No top replies

 
sidak28
 
  1  
Reply Tue 31 Jul, 2012 07:10 am
@sidak28,
Please tell me the isequalto (=) Signs
0 Replies
 
Ragman
 
  1  
Reply Tue 31 Jul, 2012 07:52 am
@sidak28,
You're confusing yourself here.
There is only one 'Is Equal to' sign.

It looks like this: =

However, an 'Is Not Equal to' symbol looks like this:
0 Replies
 
Setanta
 
  1  
Reply Tue 31 Jul, 2012 07:53 am
In English, one usually refers to it as an "equals" sign.
DrewDad
 
  1  
Reply Tue 31 Jul, 2012 08:25 am
@Setanta,
Function IsEqualTo (x,y) ' as boolean

IsEqualTo = x = y

End Function
markr
 
  1  
Reply Wed 1 Aug, 2012 11:44 pm
@DrewDad,
In C, that function would look like:

boolean IsEqualTo(x, y)
{
return x == y;
}
0 Replies
 
 

Related Topics

Amount of Time - Question by Randy Dandy
Statistics - Question by ekkline
Math of infinity - Discussion by dalehileman
Probability Question. - Discussion by babemomlover
Do I make the mistake? - Question by tetupioxi
 
  1. Forums
  2. » isequalto Signs
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 05/14/2024 at 05:00:16