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