Свойство | Тип | Описание | |
---|---|---|---|
Zero |
Метод | Описание | |
---|---|---|
Equals ( |
Determines whether the specified PointerSize is equal to this instance.
|
|
Equals ( object value ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
PointerSize ( |
Initializes a new instance of the PointerSize struct.
|
|
PointerSize ( int size ) : System |
Default constructor.
|
|
PointerSize ( long size ) : System |
Default constructor.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
ToString ( string format ) : string |
Returns a System.String that represents this instance.
|
|
operator ( ) : |
Scales a size by the given value.
|
|
operator ( ) : bool |
Tests for inequality between two objects.
|
Метод | Описание | |
---|---|---|
PointerSize ( void size ) : System |
Default constructor.
|
public Equals ( |
||
other | The |
|
Результат | bool |
public Equals ( object value ) : bool | ||
value | object | The |
Результат | bool |
public PointerSize ( |
||
size | The size. | |
Результат | System |
public PointerSize ( int size ) : System | ||
size | int | value to set |
Результат | System |
public PointerSize ( long size ) : System | ||
size | long | value to set |
Результат | System |
public ToString ( string format ) : string | ||
format | string | The format. |
Результат | string |
public static operator ( ) : |
||
Результат |