CoronaBoxedNumber Methods |
The CoronaBoxedNumber type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo(Double) | Determines if this object is less than, greater than, or equal to the given value. |
![]() | CompareTo(Object) | Determines if this object is less than, greater than, or equal to the given object. |
![]() | Equals(Double) | Determines if the given value matches this boxed object's stored value. |
![]() | Equals(Object) | Determines if this object matches the given object. |
![]() | GetHashCode | Gets an integer hash code for this object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PushToLua | Pushes this object's data to the top of the Lua stack. |
![]() | ToString | Gets the boxed floating point value as a localized string. |