lr.eval_double

Returns the double value of the parameter.

C#

double lr.eval_double( string param_name );

VB.NET

Function lr.eval_ByVal( ByVal param_name As String   ) as Double 
Example: lr.eval_doubleString and Parameter Functions

Arguments

NameComments
param_nameThe parameter to evaluate, in parameter brackets.

The lr.eval_double function returns the value of the parameter.

Return Values

The value of the parameter. If the value of the parameter cannot be represented as a double, returns 0.0.

Parameterization

Standard parameterization is not available for this function.