Gets the variable's floating-point value.

 

   

Syntax
 

[C#]
double GetDoubleValue(string name)

 

Throws Exceptions ObjectDisposedException: Thrown when this PythonScope has been disposed of.
Throws Exceptions ArgumentNullException: Thrown when name is null.
Throws Exceptions ArgumentException: Thrown when name is not a valid Python identifier.
Throws Exceptions InvalidCastException: Thrown when the value cannot be represented in floating point.

 

   

Params
 
Name Description
name The name of the variable.
return The floating-point value.

 

   

Notes
 
Gets the variable's floating-point value.

 

   

Example
 
None.