RSTRNG
Utility/GeneralUsed for double precision to character conversion. It receives a double precision variable and returns the corresponding string.
Use
This function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL RSTRNG(REEL, STRING, LENGTH, ISTAT)
- C/C++ Calling Syntax
- c_rstrng(reel, string, length, istat)
- Python Calling Syntax
- istat = py_rstrng(reel, string, length)
- MATLAB Calling Syntax
- istat = m_rstrng(reel, string, length)
Attributes
- REEL
- [double precision]
- STRING
- [Character]
- LENGTH
- [integer]
Output
- ISTAT
- [integer]