As VS and doc say, it is not a predefined type
It works inside unsafe { } or
with Marshal.SizeOf(typeof(Int128) (or Marshal.SizeOf<Int128>())
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
What are the differences between Int128 and other Int groups such as Int16, Int32, and Int64?
The sizeof operator doesn't work on Int128.
As VS and doc say, it is not a predefined type
It works inside unsafe { } or
with Marshal.SizeOf(typeof(Int128) (or Marshal.SizeOf<Int128>())