Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Single::GreaterThan Operator (Single, Single)

.NET Framework (current version)
 

Returns a value that indicates whether a specified Single value is greater than another specified Single value.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool operator >(
	float left,
	float right
)

Parameters

left
Type: System::Single

The first value to compare.

right
Type: System::Single

The second value to compare.

Return Value

Type: System::Boolean

true if left is greater than right; otherwise, false.

The GreaterThan method defines the operation of the greater-than operator for Single values.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: