-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Arithmetic_Operators_1_Compare
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Comparison callback
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T, T, int> Compare { get; }VB
Public Shared ReadOnly Property Compare As Func(Of T, T, Integer)
GetF#
static member Compare : Func<'T, 'T, int> with get