Click or drag to resize
CoronaBoxedNumberCompareTo Method (Double)
Determines if this object is less than, greater than, or equal to the given value.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public int CompareTo(
	double value
)

Parameters

value
Type: SystemDouble
The value to be compared with.

Return Value

Type: Int32

Returns a positive value if this object is greater than the given object.

Returns a negative value if this object is less than the given object.

Returns zero if the both objects are equal.

See Also