Single Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Single, Single)

Returns a value that indicates whether two specified Single values are equal.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(Single, Single)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(Single, Single)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(Single, Single)

Returns a value that indicates whether two specified Single values are not equal.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(Single, Single)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(Single, Single)

Returns a value that indicates whether a specified Single value is less than or equal to another specified Single value.

Return to top
Show: