Method | Description | |
---|---|---|
AsFloat ( |
AsFloat Method |
|
IsFloatType ( |
IsFloatType Method Returns true if the given object is a Python float. |
|
PyFloat ( |
PyFloat Constructor Creates a new PyFloat from an existing object reference. Note that the instance assumes ownership of the object reference. The object reference is not checked for type-correctness. |
|
PyFloat ( |
PyFloat Constructor Copy constructor - obtain a PyFloat from a generic PyObject. An ArgumentException will be thrown if the given object is not a Python float object. |
|
PyFloat ( double value ) : System |
PyFloat Constructor Creates a new Python float from a double value. |
|
PyFloat ( string value ) : System |
PyFloat Constructor Creates a new Python float from a string value. |
public static AsFloat ( |
||
value | ||
return |
public static IsFloatType ( |
||
value | ||
return | bool |