Метод | Описание | |
---|---|---|
Convert ( MemoryUnit targetUnit ) : void |
Converts the Size.
|
|
Memory ( long size, MemoryUnit unit ) |
Initializes a new Memory struct.
|
|
operator ( ) : |
Multiply operator.
|
public Convert ( MemoryUnit targetUnit ) : void | ||
targetUnit | MemoryUnit | The MemoryUnit. |
Результат | void |
public Memory ( long size, MemoryUnit unit ) | ||
size | long | The Size. |
unit | MemoryUnit | The MemoryUnit. |