Description: | Returns the value of the kind type parameter of the argument. For more information on kind type parameters, see Section 3.1. | ||
Class: | Inquiry function; Generic | ||
Arguments: | X can be of any intrinsic type. | ||
Results: | The result is a scalar of type default integer. The result has a value equal to the kind type parameter value of X. |
Examples
KIND (0.0) has the kind value of default real type.
KIND (12) has the kind value of default integer type.