Click or drag to resize
CoronaBoxedNumber Methods

The CoronaBoxedNumber type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Double)
Determines if this object is less than, greater than, or equal to the given value.
Public methodCompareTo(Object)
Determines if this object is less than, greater than, or equal to the given object.
Public methodEquals(Double)
Determines if the given value matches this boxed object's stored value.
Public methodEquals(Object)
Determines if this object matches the given object.
Public methodGetHashCode
Gets an integer hash code for this object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPushToLua
Pushes this object's data to the top of the Lua stack.
Public methodToString
Gets the boxed floating point value as a localized string.
Top
See Also