sizeof
美
英 
例句
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對象中。
The debugger supports the typeof and sizeof operator by transforming it into the equivalent. NET Framework function.
調試器支持typeof和sizeof運算符,方法是將其轉換為等效的.NETFramework函數。
An unsigned integer and the result of the sizeof operator.
這是一個無符號整型,是執行sizeof操作的結果。
The API prints out the memory state of sizeof(buf)+1 bytes, starting at memory address buf.
API打印出了sizeof(buf)+1bytes的內存狀態,從內存地址buf開始。
The values returned by the sizeof operator are of the type int.
由sizeof運算符返回的值是int類型。
The role of the sizeof operator returns an object or type name length, length in bytes.
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列表中只有兩個參數。
This warning indicates that a variable holding a sizeof result is being added to or subtracted from a pointer or countof expression.
此警告意味著正在指針或countof表達式中添加或刪除存放sizeof結果的變量。
The expression cannot use sizeof or a type-cast operator.
表達式不能使用sizeof運算符或者時一個強制類型轉換符。
The 64-bit return value from sizeof in the following statement is truncated to 32-bits when assigned to bufferSize.
在下面這條語句中,在對bufferSize進行賦值時,從sizeof返回的64位值被截斷成了32位。
For example, this problem occurs if the length of an argument that is a SOCKADDR structure is smaller than the sizeof(SOCKADDR) value.
是例如如果SOCKADDR結構的參數的長度小于sizeof(SOCKADDR)值,則會出現此問題。
For example, the assumption sizeof (int) = sizeof (long) = sizeof (pointer) is valid for the ILP32 data model, but not valid for others.
例如,sizeof(int)=sizeof(long)=sizeof(pointer)的假設對于ILP32數據模型有效,但是對于其他數據模型就無效了。
Warning C6334: sizeof operator applied to an expression with an operator may yield unexpected results
警告C6334:將sizeof運算符應用于帶有運算符的表達式可能產生意外的結果
Allow sizeof to work on members of classes without an explicit object
允許sizeof對一個類,這個類中的成員沒有指定明確的對象
Warning C6305: potential mismatch between sizeof and countof quantities
警告C6305:sizeof和countof量值之間可能不一致
Warning C6384: dividing sizeof a pointer by another value
警告C6384:用另一值除指針的sizeof值