C# Class Sharpex2D.Debug.Memory

ファイルを表示 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
Convert ( MemoryUnit targetUnit ) : void

Converts the Size.

Memory ( long size, MemoryUnit unit )

Initializes a new Memory struct.

operator ( ) : Memory

Multiply operator.

Method Details

Convert() public method

Converts the Size.
public Convert ( MemoryUnit targetUnit ) : void
targetUnit MemoryUnit The MemoryUnit.
return void

Memory() public method

Initializes a new Memory struct.
public Memory ( long size, MemoryUnit unit )
size long The Size.
unit MemoryUnit The MemoryUnit.

operator() public static method

Multiply operator.
public static operator ( ) : Memory
return Memory