Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool Equalf(const float A, const float B, const float Tol); | |
| 2 | bool Equalf(const float A, const float B); |
Overload 1: bool Equalf(const float A, const float B, const float Tol);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const float | |
| 2 | B | const float | |
| 3 | Tol | const float |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: bool Equalf(const float A, const float B);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const float | |
| 2 | B | const float |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler