rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Static Public Member Functions
UnstrictChecker Class Reference

#include <hysteresis.h>

Static Public Member Functions

static bool isBefore (float x, float y)
 

Detailed Description

Definition at line 14 of file hysteresis.h.

Member Function Documentation

◆ isBefore()

static bool UnstrictChecker::isBefore ( float  x,
float  y 
)
inlinestatic

Definition at line 16 of file hysteresis.h.

16{ return std::islessequal(x, y); }

The documentation for this class was generated from the following file: