Double Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Double, Double)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(Double, Double)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(Double, Double)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(Double, Double)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThan(Double, Double)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(Double, Double)

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

Return to top
Show: