|
| ||||
See also: double
Methods: is_type_for
number.double.zero_to_one along with is_type_for to
determine whether a number falls in the range 0.0 to 1.0 inclusive.
number.double.zero_to_one.<is_type_for 1.0 />
![]() | true |
number.double.zero_to_one.<is_type_for 0.0 />
![]() | true |
number.double.zero_to_one.<is_type_for -1.0 />
![]() | false |
number.double.zero_to_one.<is_type_for 1.00000001 />
![]() | false |
© Copyright 2007 Clear Methods, Inc.