menu
dart_clip package
documentation
math/math.dart
ClipMath
isInf static method
isInf static method
dark_mode
light_mode
isInf
static method
bool
isInf
(
double
x
)
Implementation
static bool isInf( double x ){ return x.isInfinite; }
dart_clip package
documentation
math/math
ClipMath
isInf static method
ClipMath class