Свойство | Type | Description | |
---|---|---|---|
Zero |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
PointerSize ( void size ) : System |
Default constructor.
|
public Equals ( |
||
other | The |
|
Résultat | bool |
public Equals ( object value ) : bool | ||
value | object | The |
Résultat | bool |
public PointerSize ( |
||
size | The size. | |
Résultat | System |
public PointerSize ( int size ) : System | ||
size | int | value to set |
Résultat | System |
public PointerSize ( long size ) : System | ||
size | long | value to set |
Résultat | System |
public ToString ( string format ) : string | ||
format | string | The format. |
Résultat | string |