Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether value fits in the given range, and whether the range is valid.
Syntax
client server public static boolean isValidAttribRange(
PdsBatchAttribMin _pdsBatchAttribMin,
PdsBatchAttribMax _pdsBatchAttribMax,
[PdsBatchAttribValue _pdsBatchAttribValue])
Run On
Called
Parameters
- _pdsBatchAttribMin
Type: PdsBatchAttribMin Extended Data Type
The batch attribute minimum.
- _pdsBatchAttribMax
Type: PdsBatchAttribMax Extended Data Type
The batch attribute maximum.
- _pdsBatchAttribValue
Type: PdsBatchAttribValue Extended Data Type
The batch attribute value.
Return Value
Type: boolean
A value that indicates whether the value fits in the given range, and whether the range is valid (that is, min is less than max).
Remarks
D-20-1499 Pds Batch attributes public static boolean isValidAttribRange(PdsBatchAttribMin _pdsBatchAttribMin, PdsBatchAttribMax _pdsBatchAttribMax, PdsBatchAttribValue _pdsBatchAttribValue)