G
Guest
Hi all
Is there an equivalent function in C#? Thanks a lot in
advance.
Is there an equivalent function in C#? Thanks a lot in
advance.
Hi all
Is there an equivalent function in C#? Thanks a lot in
advance.
Is there an equivalent function in C#?
Is there an equivalent function in C#? Thanks a lot in
advance.
I did this under the assumption that internaly, they would do the same, just
a different syntax, but the Bar method was one instruction longer, but what
really made me wonder was the
L_0002: bne.un.s L_0008
call in the Bar function which is documented as
"Transfers control to a target instruction (short form) when two
unsigned
integer values or unordered float values are not equal."
Whats the deal on this puppy? I'm dead on new to trying to read the IL ofmy
code so I am perfectly sure the is a resonable answer to this, but I wontbe
the one to provide it![]()
I did this under the assumption that internaly, they would do the same, just
a different syntax, but the Bar method was one instruction longer, but what
really made me wonder was the
L_0002: bne.un.s L_0008
call in the Bar function which is documented as
"Transfers control to a target instruction (short form) when two
unsigned
integer values or unordered float values are not equal."
Whats the deal on this puppy? I'm dead on new to trying to read the IL of my
code so I am perfectly sure the is a resonable answer to this, but I wont be
the one to provide it![]()
The thing that puzzled me was that the docs said the function checked
unsigned ints or unordered floats for equality and not ints, even though the
parameter is int. Where as the Foo method used the beq.s call =)
Sorry if I'm daft![]()