c# integer'的size是另一个整数的值
本文关键字:另一个 整数 size integer | 更新日期: 2023-09-27 18:07:22
我在c#
中描述一个文件,并且某个int的大小是另一个文件的2 *值。我如何编写这个代码?
我尝试了sizeof()
和marshall.sizeof()
,但它没有工作。
public UInt32 EntryCount { get; set; }
public uint BoneID { get; set; }
和BoneID需要是EntryCount值的2 *
应该是这样的:
new FileInfo(filepath).Length * 2