PythonMonkey   v1.1.1 (dev)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FloatType Struct Reference

This struct represents the 'float' type in Python, which is represented as a 'double' in C++. More...

#include <FloatType.hh>

Static Public Member Functions

static PyObject * getPyObject (double n)
 

Detailed Description

This struct represents the 'float' type in Python, which is represented as a 'double' in C++.

Member Function Documentation

◆ getPyObject()

PyObject * FloatType::getPyObject ( double  n)
static

The documentation for this struct was generated from the following files: