Struct Statics.Int32Compare
Comparing function for
Implements
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct Int32Compare : IFunc<int, int, CompareResult>
Methods
| Improve this Doc View SourceInvoke(Int32, Int32)
Declaration
public CompareResult Invoke(int a, int b)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | a | |
| System.Int32 | b |
Returns
| Type | Description |
|---|---|
| CompareResult |