Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is sint32 type

What is the sint32 type?

I found the type in this MSDN page

If needed: I'm on Windows, VS2008, C#

like image 787
Phiber Avatar asked Dec 06 '25 14:12

Phiber


1 Answers

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 short
  • uint16 becomes System.UInt16, or ushort
  • uint32 becomes System.UInt32, or uint
like image 59
Scott Chamberlain Avatar answered Dec 08 '25 02:12

Scott Chamberlain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!