Method | Description | |
---|---|---|
OnValueRound ( int &result, int num ) : bool | ||
OnValueRound ( int &result, int num, int min, int max ) : bool | ||
OnValueRound ( long &result, long num ) : bool | ||
OnValueRound ( long &result, long num, long min, long max ) : bool |
public static OnValueRound ( int &result, int num ) : bool | ||
result | int | |
num | int | |
return | bool |
public static OnValueRound ( int &result, int num, int min, int max ) : bool | ||
result | int | |
num | int | |
min | int | |
max | int | |
return | bool |
public static OnValueRound ( long &result, long num ) : bool | ||
result | long | |
num | long | |
return | bool |
public static OnValueRound ( long &result, long num, long min, long max ) : bool | ||
result | long | |
num | long | |
min | long | |
max | long | |
return | bool |