Compares this instance with a specified FICOMPLEX object.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public int CompareTo( FICOMPLEX other ) |
| Visual Basic (Declaration) |
|---|
Public Function CompareTo ( _ other As FICOMPLEX _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( FICOMPLEX other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.FICOMPLEX
A FICOMPLEX to compare.