SRM Reference Manual
Functions SRM ValidIntegerPositive |
---|
extern SRM_Boolean | |||
SRM_ValidIntegerPositive | |||
( | |||
SRM_Integer_Positive | value | 1 | |
); |
Checks that the given SRM_Integer_Positive contains a valid value.
SRM_TRUE - if value is valid |
SRM_FALSE - otherwise |
1 value to be checked
Prev: SRM_ValidEI3DCoordinate.
Next: SRM_ValidIntervalType.
Up:Index.
|