Start » Filter Reference » Basic » Real » TestDoubleInRange
Module: | FoundationLite |
---|
Checks whether a double value is in the specified range.
Name | Type | Description | |
---|---|---|---|
inValue | Double | Input Double value | |
inMinimum | Double* | Optional input lower Double value of range | |
inMaximum | Double* | Optional input higher Double value of range | |
outIsInRange | Bool | Flag indicating whether input Double value is within range |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of TestDouble filter group.