Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
constants_and_conversions::asfloat Interface Reference

Public Member Functions

elemental real(c_float) function char2real (svalue)
 Convert a character value into a real.
elemental real(c_float) function short2real (ivalue)
 Convert a short int value into a real.
elemental real(c_float) function int2real (ivalue)
 Convert an int value into a real.
elemental real(c_float) function dbl2real (dpvalue)
 Convert a dbl value into a real.
elemental pure real(c_float) function bool2real (lvalue)
 Convert a boolean value into a real.

Detailed Description

Definition at line 133 of file constants_and_conversions.F90.

Member Function/Subroutine Documentation

◆ bool2real()

elemental pure real (c_float) function constants_and_conversions::asfloat::bool2real ( logical (c_bool), intent(in) lvalue)

Convert a boolean value into a real.

Definition at line 778 of file constants_and_conversions.F90.

◆ char2real()

elemental real (c_float) function constants_and_conversions::asfloat::char2real ( character (len=*), intent(in) svalue)

Convert a character value into a real.

Definition at line 722 of file constants_and_conversions.F90.

◆ dbl2real()

elemental real (c_float) function constants_and_conversions::asfloat::dbl2real ( real (c_double), intent(in) dpvalue)

Convert a dbl value into a real.

Definition at line 766 of file constants_and_conversions.F90.

◆ int2real()

elemental real (c_float) function constants_and_conversions::asfloat::int2real ( integer (c_int), intent(in) ivalue)

Convert an int value into a real.

Definition at line 753 of file constants_and_conversions.F90.

◆ short2real()

elemental real (c_float) function constants_and_conversions::asfloat::short2real ( integer (c_short), intent(in) ivalue)

Convert a short int value into a real.

Definition at line 740 of file constants_and_conversions.F90.


The documentation for this interface was generated from the following file: