SizeOf

大小

常用释义

词性释义

n.

运算符;大小
例句
  • 全部
Although you can use the SizeOf method, the value returned by this method is not always the same as the value returned by sizeof.
虽然可以使用SizeOf方法,但该方法返回的值和sizeof返回的值并不总是相同的。
This request asks for sizeof(data) bytes of data copied from the address in main memory denoted by argp to be copied into the object data.
这个请求会要求将sizeof(data)字节的数据从argp所指向的主存地址处拷贝到data对象中。
调试器支持typeof和sizeof运算符,方法是将其转换为等效的.NETFramework函数。
这是一个无符号整型,是执行sizeof操作的结果。
The API prints out the memory state of sizeof(buf)+1 bytes, starting at memory address buf.
API打印出了sizeof(buf)+1bytes的内存状态,从内存地址buf开始。
由sizeof运算符返回的值是int类型。
sizeof操作符的作用是返回一个对象或类型名的长度,长度的单位是字节。
The Marshal. SizeOf method determines the size, in bytes, of the unmanaged structure.
Marshal.SizeOf方法确定非托管结构的大小(以字节为单位)。
C++0x also defines the sizeof. . . operator, which displays the number of arguments.
C++0x还定义了sizeof…操作符,它显示参数数量。
On the first invocation, sizeof. . . (args) displays 2, because there are only two arguments for the variable args list.
对于第一次调用,sizeof…(args)显示2,因为可变的args列表中只有两个参数。
同义词
n.
运算符;大小