Method | Description | |
---|---|---|
GetResult ( int result ) : bool |
当result>=1时返回true
|
|
GetResultOne ( int result ) : bool |
只有当result==1时返回true
|
public static GetResult ( int result ) : bool | ||
result | int | |
return | bool |
public static GetResultOne ( int result ) : bool | ||
result | int | |
return | bool |