프로퍼티 | 타입 | 설명 | |
---|---|---|---|
s | double | ||
t | double |
메소드 | 설명 | |
---|---|---|
Equals ( |
Checks if the provided PelsserKey object is equivalent to this object.
|
|
Equals ( object obj ) : bool |
Checks if the provided object is equivalent this object.
|
|
GetHashCode ( ) : int |
Gets the HashCode of this PelsserKey object.
|
|
PelsserKey ( double t, double s ) : System |
Default constructor to create a new key for accessing the PelsserCache.
|
public Equals ( |
||
obj | True if the two objects are equivalent. | |
리턴 | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to check for equivalence. |
리턴 | bool |
public PelsserKey ( double t, double s ) : System | ||
t | double | The first date parameter. |
s | double | The second date parameter. |
리턴 | System |