Method | Description | |
---|---|---|
AsLong ( |
AsLong Method |
|
IsLongType ( |
IsLongType Method Returns true if the given object is a Python long. |
|
PyLong ( |
PyLong Constructor Creates a new PyLong from an existing object reference. Note that the instance assumes ownership of the object reference. The object reference is not checked for type-correctness. |
|
PyLong ( |
PyLong Constructor Copy constructor - obtain a PyLong from a generic PyObject. An ArgumentException will be thrown if the given object is not a Python long object. |
|
PyLong ( byte value ) : System |
PyLong Constructor Creates a new PyLong from a byte value. |
|
PyLong ( double value ) : System |
PyLong Constructor Creates a new PyLong from an double value. |
|
PyLong ( int value ) : System |
PyLong Constructor Creates a new PyLong from an int32 value. |
|
PyLong ( long value ) : System |
PyLong Constructor Creates a new PyLong from an int64 value. |
|
PyLong ( short value ) : System |
PyLong Constructor Creates a new PyLong from an int16 value. |
|
PyLong ( string value ) : System |
PyLong Constructor Creates a new PyLong from a string value. |
Method | Description | |
---|---|---|
PyLong ( sbyte value ) : System | ||
PyLong ( uint value ) : System | ||
PyLong ( ulong value ) : System | ||
PyLong ( ushort value ) : System |
public static AsLong ( |
||
value | ||
return |
public static IsLongType ( |
||
value | ||
return | bool |