py_tofloat method

double py_tofloat(
  1. py_Ref arg0
)

Convert a float object in python to double.

Implementation

double py_tofloat(
  py_Ref arg0,
) {
  return _py_tofloat(
    arg0,
  );
}