sizeof (Int32) # => 4 sizeof(Int64) # => 8. For Reference types, the size is the same as the size of a pointer: # On a 64 bits machine sizeof(Pointer(Int32)) ...
確定! 回上一頁