프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |