Generic Class Library - bugs, description, questions, usage and suggestions - page 22

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Apparently you don't mean inheritance, but a wrapper from a class over a structure?
Why is the sign bit cut off?
Why is the sign bit clipped?
the hash must be positive because it acts as an index in the array
hash must be positive, because it acts as an index in the array
uint?
uint?
doesn't make sense
makes no sense
The combination of highlighted lines seems to be erroneous.
Forum on trading, automated trading systems and trading strategies testing
Generic classes library - errors, description, questions, peculiarities of use and suggestions
fxsaber, 2018.06.11 20:04
How do you compare a trimmed hash to an uncut hash?
How can you compare a trimmed hash with an uncut hash?
I think they are all trimmed, although I must say right away - the code was only a glimpse and a long time ago, I could be wrong.
Look at the code to add the element
I think they are all trimmed, although I should tell you right away - the code was only a glimpse and a long time ago, I could be wrong.
Look at the code to add an element
Yes, thank you, there are simply no uncut ones in the code. Odd that the HashCode method itself didn't do any trimming. Apparently the calculation was for foolproof (crooked custom hashes).
Sorry if it already happened. I couldn't find it in the documentation.
Is there any loop on Set-ups?
Sorry if it already happened. I couldn't find it in the documentation.
Is there any loop on Set-ups?
Unfortunately, no.
But you can implement it yourself.
For example, see the example from the articleMQL5 RECEIPTS - REALIZE ASSOCIATED MASSIVE OR DICTIONARY FOR FAST DATA ACCESS