OpenCMISS-Iron Internal API Documentation
strings::isdigit Interface Reference

Private Member Functions

logical function is_digit (CHARAC)
 IS_DIGIT returns .TRUE. if the character CHARAC is a digit character (i.e. 0..9) More...
 

Detailed Description

Definition at line 104 of file strings.f90.

Member Function/Subroutine Documentation

logical function strings::isdigit::is_digit ( character(len=1), intent(in)  CHARAC)
private

IS_DIGIT returns .TRUE. if the character CHARAC is a digit character (i.e. 0..9)

Parameters
[in]characThe character to test if it is a digit
Returns
On exit, .TRUE. if the character is a digit

Definition at line 423 of file strings.f90.