Back to FabImage Library website
You are here: Start » Function Reference » Real » TestRealEqualTo
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Checks whether two reals are equal.
Syntax
void fil::TestRealEqualTo ( float inValue, float inReferenceValue, float inEpsilon, bool& outIsEqual )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inValue | float | ||
![]() |
inReferenceValue | float | ||
![]() |
inEpsilon | float | 0.001f | Maximum difference of values that are still considered equal |
![]() |
outIsEqual | bool& |