What is the sint32 type?
I found the type in this MSDN page
If needed: I'm on Windows, VS2008, C#
It is signed 32 bit integer. In .Net it is System.Int32 and C# alias for it is int.
Some of the other ones on that list you may want to know
sint16 becomes System.Int16, or shortuint16 becomes System.UInt16, or ushortuint32 becomes System.UInt32, or uintIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With