getReal function

double getReal(
  1. String text
)

Implementation

double getReal(
    String text
    )
{
    return double.parse( text );
}