Single..::..CompareTo Method (Single)
Compares this instance to a specified single-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified single-precision floating-point number.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int CompareTo( float other )
<TemplateAttribute> _ Public Function CompareTo ( _ other As Single _ ) As Integer
[TemplateAttribute] public: int^ CompareTo( float^ other )
Parameters
- other
- Type: System..::..Single