메소드 | 설명 | |
---|---|---|
Ceiling ( double @this ) : int |
Returns the smallest integral value that is greater than or equal to the specified double-precision floating- point number.
|
|
Floor ( double @this ) : int |
Returns the largest integer less than or equal to the specified double-precision floating-point number.
|
|
InRange ( double @this, double minValue, double maxValue ) : bool |
A T extension method that check if the value is between inclusively the minValue and maxValue.
|
|
ToLong ( double @this ) : long |
public static InRange ( double @this, double minValue, double maxValue ) : bool | ||
@this | double | |
minValue | double | The minimum value. |
maxValue | double | The maximum value. |
리턴 | bool |