Click or drag to resize
CoronaBoxedNumber Class

Stores a floating point value that can be transferred to/from Lua.

Instances of this class are immutable.

Inheritance Hierarchy
SystemObject
  CoronaLabs.Corona.WinRTCoronaBoxedNumber

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class CoronaBoxedNumber : ICoronaBoxedData, 
	ICoronaBoxedComparableData, __ICoronaBoxedNumberPublicNonVirtuals

The CoronaBoxedNumber type exposes the following members.

Constructors
  NameDescription
Public methodCoronaBoxedNumber
Creates an object which boxes the given floating point value.
Top
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
Properties
  NameDescription
Public propertyValue
Gets the boxed floating point value.
Top
See Also