menu
rohd_hcl
rohd_hcl.dart
FloatingPoint
gte method
gte
dark_mode
light_mode
gte
method
@
override
Logic
gte
(
dynamic
other
)
override
Greater-than-or-equal-to.
Implementation
@override Logic gte(dynamic other) => gt(other) | eq(other);
rohd_hcl
rohd_hcl
FloatingPoint
gte method
FloatingPoint class