Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » TestDoubleUnequalTo
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 |
Module: | FoundationLite |
Checks whether two doubles are unequal.
Syntax
void fil::TestDoubleUnequalTo ( double inValue, double inReferenceValue, double inEpsilon, bool& outIsUnequal )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inValue | double | Input Double value | |
![]() |
inReferenceValue | double | Input reference Double value to compare input Double value against | |
![]() |
inEpsilon | double | Maximum difference between input Double value and input reference Double value for them to still be considered unequal | |
![]() |
outIsUnequal | bool& | Flag indicating whether two input Double values are unequal |